Skip to content

Commit

Permalink
Merge pull request #69 from flowforge/release-0.10.0
Browse files Browse the repository at this point in the history
Release 0.10.0
  • Loading branch information
sammachin authored Sep 29, 2022
2 parents a381a2e + 3b97f75 commit c71fffd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.10.0: Release

- Only write httpNodeAuth if non-blank user/pass are provided (#67) @knolleary
- Add flag to disable Node-RED Welcome Tours (#66) @hardillb
- Allow the setting of httpNodeAuth (#64) @hardillb
- Improve accuracy of the stopped/running status indicator following a restart (#65) @Steve-Mcl

#### 0.9.0: Release

- permit custom dashboard path to be set from FF (#62) @Steve-Mcl
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/nr-launcher",
"version": "0.9.0",
"version": "0.10.0",
"description": "Wraper for starting Node-RED",
"main": "index.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
},
"homepage": "https://github.com/flowforge/flowforge-nr-launcher#readme",
"dependencies": {
"@flowforge/nr-audit-logger": "^0.9.0",
"@flowforge/nr-auth": "^0.9.0",
"@flowforge/nr-storage": "^0.9.0",
"@flowforge/nr-audit-logger": "^0.10.0",
"@flowforge/nr-auth": "^0.10.0",
"@flowforge/nr-storage": "^0.10.0",
"@flowforge/nr-theme": "^0.1.1",
"@flowforge/nr-project-nodes": "^0.1.0",
"body-parser": "^1.20.0",
Expand Down

0 comments on commit c71fffd

Please sign in to comment.