Skip to content

Commit

Permalink
Update changelog/package for 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jul 4, 2017
1 parent ac60725 commit 1692c3b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 1692c3b

Please sign in to comment.