Skip to content

Commit

Permalink
Bump to 3.0.0-beta.4 (#316)
Browse files Browse the repository at this point in the history
* Bump to 2.1.6

* Bump to 2.2.0

* Bump to 2.2.1

* Updates for 3.0.0

 - Bump the base Alpine build back to latest
 - Set NodeJS 16 as default
 - Drop NodeJS 12
 - Add NodeJS 18

* Bump to 3.0.0-beta.4

* Remove new empty line

Co-authored-by: knolleary <[email protected]>
  • Loading branch information
hardillb and knolleary authored Jun 30, 2022
1 parent ef0b7be commit d4a6c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-docker",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
],
"dependencies": {
"node-red": "3.0.0-beta.3"
"node-red": "3.0.0-beta.4"
},
"engines": {
"node": ">=12"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-docker",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
],
"dependencies": {
"node-red": "3.0.0-beta.3"
"node-red": "3.0.0-beta.4"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit d4a6c9e

Please sign in to comment.