mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #12 from servisbot/MVP-6967-bugfix-for-array
Updated readme for publishing and bumped version
This commit is contained in:
commit
51ee1d5de1
@ -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
|
||||
|
||||
|
8
package-lock.json
generated
8
package-lock.json
generated
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user