diff --git a/README.md b/README.md index 474b6bb72..7cba54eb8 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,14 @@ To make a change to the node-red runtime being used by K4 avalanche: 3. PR into this branch 4. Merge on approval 5. Manually bump the package version -6. Manually publish to NPM with `npm publish` - Request creds from ops for this +6. Run `npm run build` +7. Manually publish to NPM with `npm publish` - Request creds from ops for this # CHANGE-LOG -## 0.18.7-patch-9 +## 0.18.7-patch-9.1 2021-07-09 - Bug fix for when retuning a array out of a function node diff --git a/package-lock.json b/package-lock.json index 97b3723e0..7ef7a2c12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@servisbot/node-red", - "version": "0.18.7-patch-7", + "version": "0.18.7-patch-9.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1425,9 +1425,9 @@ } }, "clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz", + "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs=" }, "code-point-at": { "version": "1.1.0",