Skip to content

Commit

Permalink
Merge pull request #17 from flowforge/release-0.2.0
Browse files Browse the repository at this point in the history
Bump to v0.2.0
  • Loading branch information
hardillb authored Feb 16, 2022
2 parents 41240e8 + d020382 commit cdbd041
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#### 0.2.0: Release

- Set default editor to monaco (#15) @hardillb
- Add project workflow automation (#14) @knolleary
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.1.0",
"version": "0.2.0",
"description": "Wraper for starting Node-RED",
"main": "index.js",
"scripts": {
Expand All @@ -25,14 +25,14 @@
},
"homepage": "https://github.com/flowforge/flowforge-nr-launcher#readme",
"dependencies": {
"@flowforge/nr-auth": "^0.1.0",
"@flowforge/nr-audit-logger": "^0.1.0",
"@flowforge/nr-storage": "^0.1.0",
"@flowforge/nr-auth": "^0.2.0",
"@flowforge/nr-audit-logger": "^0.2.0",
"@flowforge/nr-storage": "^0.2.0",
"body-parser": "^1.19.0",
"command-line-args": "^5.2.0",
"express": "^4.17.1",
"got": "^11.8.2",
"node-red": "^2.1.3",
"node-red": "^2.2.1",
"ws": "^8.2.3"
}
}

0 comments on commit cdbd041

Please sign in to comment.