Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Feb 19, 2018
1 parent bec2148 commit e3219d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
NoFlo ChangeLog
===============

## 1.1.1 (February 19th 2018)

* Fixed `noflo.asComponent` handling of functions that return a `NULL`

## 1.1.0 (February 19th 2018)

* Added [noflo.asComponent](https://github.com/noflo/noflo/pull/591) for easy mapping of JavaScript functions into NoFlo components. Each argument will get its own inport with the name of the argument, and output is handled based on the type of function being wrapped:
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 <henri.bergius@iki.fi>",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"engines": {
"node": ">= 6"
Expand Down

0 comments on commit e3219d7

Please sign in to comment.