Skip to content

Commit

Permalink
Merge pull request #44 from flowforge/release-0.6.0
Browse files Browse the repository at this point in the history
Release 0.6.0
  • Loading branch information
hardillb authored Jun 9, 2022
2 parents ff6e029 + c19a248 commit cc15528
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 0.6.0: Release

- Map FlowForge logout to nodered auth/revoke (#40) @Steve-Mcl
- Update dependencies (#41) @knolleary
- Report node/nr/launcher versions in /info endpoint response (#39) @knolleary
- Fix win32 stopping projects and "crash" status (#38) @Steve-Mcl
- Auto generate credential secret for NR project to remove warnings in log (#36) @Steve-Mcl

#### 0.5.0: Release

- Redirect user back to ff platform on logout (#34) @knolleary
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.5.0",
"version": "0.6.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.5.0",
"@flowforge/nr-auth": "^0.5.0",
"@flowforge/nr-storage": "^0.5.0",
"@flowforge/nr-audit-logger": "^0.6.0",
"@flowforge/nr-auth": "^0.6.0",
"@flowforge/nr-storage": "^0.6.0",
"body-parser": "^1.20.0",
"command-line-args": "^5.2.1",
"express": "^4.18.1",
Expand Down

0 comments on commit cc15528

Please sign in to comment.