Update changelog and bump dependencies

This commit is contained in:
Nick O'Leary
2020-10-13 21:49:11 +01:00
parent 9af883231d
commit 82ad5839fa
9 changed files with 38 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,10 +16,10 @@
}
],
"dependencies": {
"@node-red/util": "1.2.0-beta.1",
"@node-red/util": "1.2.0",
"semver": "6.3.0",
"tar": "6.0.5",
"uglify-js": "3.11.0",
"uglify-js": "3.11.2",
"when": "3.7.8"
}
}