Skip to content

Commit

Permalink
Merge pull request #63 from flowforge/release-0.9.0
Browse files Browse the repository at this point in the history
Release 0.9.0
  • Loading branch information
Steve-Mcl authored Sep 1, 2022
2 parents e472c8a + 8d80710 commit 8734b2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.9.0: Release

- permit custom dashboard path to be set from FF (#62) @Steve-Mcl
- Add launcherVersion for both front and backend (#61) @Steve-Mcl

#### 0.8.0: Release

- add runtimeState (#58) @sammachin
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.8.0",
"version": "0.9.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.8.0",
"@flowforge/nr-auth": "^0.8.0",
"@flowforge/nr-storage": "^0.8.0",
"@flowforge/nr-audit-logger": "^0.9.0",
"@flowforge/nr-auth": "^0.9.0",
"@flowforge/nr-storage": "^0.9.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 8734b2a

Please sign in to comment.