Skip to content

Commit

Permalink
Merge pull request #50 from flowforge/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
knolleary authored Jul 7, 2022
2 parents 51ea9f4 + 4176d58 commit 11dc688
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 0.7.0: Release

- Add some initial tests (#49) @knolleary
- Remove Node-RED as a direct dependency (#48) @hardillb
- Fix node denyList and set up module denyList (#46) @hardillb
- Initial theming support (#37) @Steve-Mcl
- Add "trust proxy" to settings.js to improve client IP detection (#45) @Steve-Mcl

#### 0.6.0: Release

- Map FlowForge logout to nodered auth/revoke (#40) @Steve-Mcl
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/nr-launcher",
"version": "0.6.0",
"version": "0.7.0",
"description": "Wraper for starting Node-RED",
"main": "index.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/flowforge/flowforge-nr-launcher#readme",
"dependencies": {
"@flowforge/nr-audit-logger": "^0.6.0",
"@flowforge/nr-auth": "^0.6.0",
"@flowforge/nr-storage": "^0.6.0",
"@flowforge/nr-theme": "^0.1.0",
"@flowforge/nr-audit-logger": "^0.7.0",
"@flowforge/nr-auth": "^0.7.0",
"@flowforge/nr-storage": "^0.7.0",
"@flowforge/nr-theme": "^0.1.1",
"body-parser": "^1.20.0",
"command-line-args": "^5.2.1",
"express": "^4.18.1",
Expand Down

0 comments on commit 11dc688

Please sign in to comment.