Skip to content

Commit

Permalink
Merge pull request #78 from flowforge/release-1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
hardillb authored Feb 16, 2023
2 parents 9a376d1 + e335aab commit 420a814
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 1.4.0: Release


#### 1.3.0: Release

- Only create DB if it doesn't exist (#75) @hardillb
Expand Down
6 changes: 3 additions & 3 deletions flowforge-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@flowforge/docker-deployment",
"description": "FlowForge in Docker",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"author": {
"name": "FlowForge Inc."
},
"dependencies": {
"@flowforge/flowforge": "^1.3.0",
"@flowforge/docker": "^1.3.0",
"@flowforge/flowforge": "^1.4.0",
"@flowforge/docker": "^1.4.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion node-red-container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "1.3.0",
"version": "1.4.0",
"private": true,
"dependencies": {}
}

0 comments on commit 420a814

Please sign in to comment.