diff --git a/README.md b/README.md index 1e20e4e123..c282422901 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ 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 +- Added logging in a catch block with no logging + ## 0.18.7-patch-10 2021-07-14 - Updated logic to swap back org to correct value when possible diff --git a/package.json b/package.json index 7217e45872..21ca3f9f58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@servisbot/node-red", - "version": "0.18.7-patch-10", + "version": "0.18.7-patch-10.1", "description": "A visual tool for wiring the Internet of Things", "homepage": "http://nodered.org", "license": "Apache-2.0",