Skip to content

Commit

Permalink
Merge pull request #35 from flowforge/release-0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
hardillb authored May 12, 2022
2 parents f0154ea + 3b8ebd0 commit d6019f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.5.0: Release

- Redirect user back to ff platform on logout (#34) @knolleary
- Add palette/module allowList/denyList (#32) @hardillb
- Put NR into safemode when crash loop detected (#33) @knolleary

#### 0.4.0: Release

- Update project automation (#28) @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.4.0",
"version": "0.5.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.4.0",
"@flowforge/nr-auth": "^0.4.0",
"@flowforge/nr-storage": "^0.4.0",
"@flowforge/nr-audit-logger": "^0.5.0",
"@flowforge/nr-auth": "^0.5.0",
"@flowforge/nr-storage": "^0.5.0",
"body-parser": "^1.19.0",
"command-line-args": "^5.2.0",
"express": "^4.17.1",
Expand Down

0 comments on commit d6019f8

Please sign in to comment.