Bump 0.17.1

This commit is contained in:
Nick O'Leary 2017-07-02 10:57:45 +01:00
parent 817f92a50e
commit 63657c18e2
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
#### 0.17.1: Maintenance Release
- Fix PI gpio to use BCM
- Prevent event thread contention when sending to Debug node Closes #1311
- Fix Bug: Can not display node icon when npm package has scope (#1305) (#1309)
- Clear moved flag when nodes are deployed
#### 0.17: Milestone Release
Runtime

View File

@ -1,6 +1,6 @@
{
"name" : "node-red",
"version" : "0.17.0",
"version" : "0.17.1",
"description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",