Bump for 3.1.1 release

This commit is contained in:
Nick O'Leary
2023-11-30 15:49:57 +00:00
parent 47f20cc86a
commit 4bb2157cab
9 changed files with 71 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "3.1.0",
"version": "3.1.1",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "3.1.0",
"@node-red/util": "3.1.0",
"@node-red/registry": "3.1.1",
"@node-red/util": "3.1.1",
"async-mutex": "0.4.0",
"clone": "2.1.2",
"express": "4.18.2",