Skip to content

Commit

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

- Add default host config value of 0.0.0.0 (#6) @hardillb
- Update README.md (#4) @hardillb
- Add project workflow automation (#3) @knolleary
- Dns readme (#2) @hardillb

5 changes: 3 additions & 2 deletions flowforge-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@flowforge/docker-deployment",
"description": "FlowForge in Docker",
"version": "0.2.0",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^0.1.0",
"@flowforge/docker": "^0.1.0",
"@flowforge/flowforge": "^0.2.0",
"@flowforge/docker": "^0.2.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
},
Expand Down
8 changes: 4 additions & 4 deletions node-red-container/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"version": "0.2.0",
"private": true,
"dependencies":{
"@flowforge/nr-storage": "^0.1.0",
"@flowforge/nr-auth": "^0.1.0",
"@flowforge/nr-audit-logger": "^0.1.0"
"@flowforge/nr-storage": "^0.2.0",
"@flowforge/nr-auth": "^0.2.0",
"@flowforge/nr-audit-logger": "^0.2.0"
}
}

0 comments on commit 0cb80d7

Please sign in to comment.