diff --git a/CHANGES.md b/CHANGES.md index 40c0446..0296e24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## noflo-nodejs 0.15.3 (12-01-2024) + +* Now using the community version of NoFlo UI by default + ## noflo-nodejs 0.15.2 (29-12-2022) * Options are now passed to the preStart callback when used as a library diff --git a/package.json b/package.json index 76a994d..696e52d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noflo-nodejs", - "version": "0.15.2", + "version": "0.15.3", "description": "Command-line tool for running NoFlo programs on Node.js", "main": "src/library.js", "scripts": {