Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 3, 2017
1 parent 6af9928 commit 0a65a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NoFlo ChangeLog
===============

## 1.0.0 (git master)
## 1.0.0 (November 3rd 2017)

* The shipping NoFlo build is now using ES6 syntax, as provided by the [CoffeeScript 2.x compiler](http://coffeescript.org/). If you need to support older browsers or Node.js versions, you can transpile the code to ES5 using [Babel](https://babeljs.io/)
* The APIs deprecated in NoFlo 0.8 were removed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"noflo"
],
"author": "Henri Bergius <[email protected]>",
"version": "0.8.6",
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">= 6"
Expand Down

0 comments on commit 0a65a60

Please sign in to comment.