From 1692c3b102ecebac1bdc718debb5ba98cac4f43e Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 4 Jul 2017 10:06:24 +0100 Subject: [PATCH] Update changelog/package for 0.17.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468c05648..db293c904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +#### 0.17.3: Maintenance Release + + - Fix flow library in menu to support period characters as flow name (#1320) + - editorTheme not setting custom css/scripts properly + - Fix missing icons for some nodes (#1321) + - Add reformat button to JSONata test data editor + - Update delay node status without spawning unnecessary intervals + - Avoid stringify ServerResponse and Socket in Debug node Fixes #1311 + - Fix creating userDir other than system drive on Windows (#1317) + - Trigger node not handling a duration of 0 as block mode Fixes #1316 + - Unable to config GPIO Pin 13 Fixes #1314 + #### 0.17.2: Maintenance Release - Fix GPIO node labels diff --git a/package.json b/package.json index e4ce636ab..c37a4f490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red", - "version" : "0.17.2", + "version" : "0.17.3", "description" : "A visual tool for wiring the Internet of Things", "homepage" : "http://nodered.org", "license" : "Apache-2.0",