Skip to content

Commit

Permalink
Merge pull request #60 from flowforge/release-0.8.0
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
ZJvandeWeg authored Aug 4, 2022
2 parents d1b60e0 + c043058 commit f140ec0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### 0.8.0: Release

- add runtimeState (#58) @sammachin
- add dep @flowforge/nr-project-nodes (#56) @Steve-Mcl
- Add FORGE_LICENSE_TYPE env so launcher can enable EE only features (#59) @knolleary
- Ensure broker details are passed through to settings file (#57) @knolleary
- Map through settings for project links (#53) @Steve-Mcl
- Fix search path for theme (#52) @hardillb

#### 0.7.0: Release

- Add some initial tests (#49) @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.7.0",
"version": "0.8.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.7.0",
"@flowforge/nr-auth": "^0.7.0",
"@flowforge/nr-storage": "^0.7.0",
"@flowforge/nr-audit-logger": "^0.8.0",
"@flowforge/nr-auth": "^0.8.0",
"@flowforge/nr-storage": "^0.8.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 f140ec0

Please sign in to comment.