Bump for 1.2.9

This commit is contained in:
Nick O'Leary
2021-02-03 18:04:37 +00:00
parent 1633a2ff70
commit fad8dcd304
9 changed files with 28 additions and 17 deletions

View File

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