From 59a5c494c8800905b10cc42d23ec3b113413e511 Mon Sep 17 00:00:00 2001 From: Peter Phelan Date: Wed, 7 Dec 2022 10:55:31 +0000 Subject: [PATCH 1/3] Updated changelog --- README.md | 1 + package-lock.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c282422901..bef3afc85e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ To make a change to the node-red runtime being used by K4 avalanche: ## 0.18.7-patch-10.1 2022-11-24 - Added logging in a catch block with no logging +- Removed subflow ID auto-generation ## 0.18.7-patch-10 2021-07-14 diff --git a/package-lock.json b/package-lock.json index 55a2c917f0..4ac2d2354e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@servisbot/node-red", - "version": "0.18.7-patch-9.1", + "version": "0.18.7-patch-10.1", "lockfileVersion": 1, "requires": true, "dependencies": { From 6b984683129dc0359846efa4b5078d6b12c609bf Mon Sep 17 00:00:00 2001 From: Peter Phelan Date: Wed, 7 Dec 2022 10:57:14 +0000 Subject: [PATCH 2/3] Updated changelog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef3afc85e..8d72ade0eb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To make a change to the node-red runtime being used by K4 avalanche: # CHANGE-LOG ## 0.18.7-patch-10.1 -2022-11-24 +2022-12-7 - Added logging in a catch block with no logging - Removed subflow ID auto-generation From 6ade40d6f1316a03b49c02814fd105e63607f6ff Mon Sep 17 00:00:00 2001 From: Peter Phelan Date: Wed, 7 Dec 2022 10:58:10 +0000 Subject: [PATCH 3/3] Updated changelog --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d72ade0eb..45232ecdf1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ To make a change to the node-red runtime being used by K4 avalanche: 6. Run `npm run build` 7. Manually publish to NPM with `npm publish` - Request creds from ops for this +Note: You need xcode installed to be able to install/build/publish this module properly + # CHANGE-LOG