diff --git a/README.md b/README.md index f7510c039..c4515ee62 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ To make a change to the node-red runtime being used by K4 avalanche: When doing dev work dont try to link into k4/k5 it just causes issue, instead just go into the node-modules of k4/k5 and make your changes in there # CHANGE-LOG +## 0.18.7-patch-12 +2023-11-09 +- Added code file as an alternative to vm for function nodes ## 0.18.7-patch-11 2023-02-14 diff --git a/package.json b/package.json index be6a0ec01..7311aed61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@servisbot/node-red", - "version": "0.18.7-patch-11", + "version": "0.18.7-patch-12", "description": "A visual tool for wiring the Internet of Things", "homepage": "http://nodered.org", "license": "Apache-2.0",