Updated readme for publishing and bumped version

This commit is contained in:
Steve Walsh 2021-07-09 10:56:31 +01:00
parent 845c4bbfcd
commit 1a67288eff
2 changed files with 7 additions and 6 deletions

View File

@ -6,13 +6,14 @@ To make a change to the node-red runtime being used by K4 avalanche:
3. PR into this branch 3. PR into this branch
4. Merge on approval 4. Merge on approval
5. Manually bump the package version 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 # CHANGE-LOG
## 0.18.7-patch-9 ## 0.18.7-patch-9.1
2021-07-09 2021-07-09
- Bug fix for when retuning a array out of a function node - Bug fix for when retuning a array out of a function node

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@servisbot/node-red", "name": "@servisbot/node-red",
"version": "0.18.7-patch-7", "version": "0.18.7-patch-9.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -1425,9 +1425,9 @@
} }
}, },
"clone": { "clone": {
"version": "2.1.2", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.1.tgz",
"integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=" "integrity": "sha1-0hfR6WERjjrJpLi7oyhVU79kfNs="
}, },
"code-point-at": { "code-point-at": {
"version": "1.1.0", "version": "1.1.0",