From 5324244c553d81358d0de77c571f94f051a3e33f Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 10 Jul 2017 13:16:13 +0100 Subject: [PATCH] Bump for 0.17.4 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db293c904..304bd2a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +#### 0.17.4: Maintenance Release + + - Add request node test case for POSTing 0 + - Allow false and 0 in payload for httprequest (#1334) + - Add file extension into flow name of library automatically (#1331) + - Fix accessing global context from jsonata expressions Fixes #1335 + - Disable editor whilst a deploy is inflight Fixes #1332 + - Replace Unknown nodes with their real versions when node loaded + - Retry auto-install of modules that fail + - Fix column name in link nodes to refer language file (#1330) + - Use namespaces with link node title attributes i18n name Fixes #1329 + - Tidy up GPIO pin table presentation Fixes #1328 + - Join: count of 0 should not send on every msg + - Handle importing only one end of a link node pair + - Make sending to Debug synchronous again Fixes #1323 + - Make send-error behaviour optional in file node + - Restore File In node behaviour of sending msg on error + - Expose context.keys within Function node + - JSON parser default should be not formatting output + + #### 0.17.3: Maintenance Release - Fix flow library in menu to support period characters as flow name (#1320) diff --git a/package.json b/package.json index c37a4f490..3681de9f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red", - "version" : "0.17.3", + "version" : "0.17.4", "description" : "A visual tool for wiring the Internet of Things", "homepage" : "http://nodered.org", "license" : "Apache-2.0",