Bump for 3.1.2 release

This commit is contained in:
Nick O'Leary
2023-12-07 14:12:53 +00:00
parent 1e518396d6
commit 37d1539fda
9 changed files with 31 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "3.1.1",
"version": "3.1.2",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "3.1.1",
"@node-red/runtime": "3.1.1",
"@node-red/util": "3.1.1",
"@node-red/nodes": "3.1.1",
"@node-red/editor-api": "3.1.2",
"@node-red/runtime": "3.1.2",
"@node-red/util": "3.1.2",
"@node-red/nodes": "3.1.2",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.18.2",