From 703db3adcca958a4f63ddf61f12703b7dad96351 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 14 Mar 2021 22:06:38 +0000 Subject: [PATCH] bump version and update README --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c039b3..cb5e135 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ I used the original version of this node in my own set up to turn on house light ## Change History Version|Date|Description -------|----|----------- +3.0.2|2021-03-14|Fixed issue when preserving existing msg.payload value 3.0.1|2021-03-14|Updates to examples and documentation 3.0.0|2021-02-14|Major redesign to improve flexibility and the reliability of output. Drastically improved unit testing 2.0.3|2020-03-03|Updated Readme and docs diff --git a/package.json b/package.json index a22863e..3a8fc09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-sunevents", - "version": "3.0.1", + "version": "3.0.2", "description": "A node for node-red that generates events based on the position of the Sun at the appropriate time of day", "keywords": [ "node-red",