Bump version + change log

This commit is contained in:
Nick O'Leary 2016-07-23 22:59:56 +01:00
parent 7c6e8eeefc
commit 45f8def1ed
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
#### 0.14.5: Maintenance Release
Fixes
- Cannot clear cookies with http nodes
- let HTML parse node allow msg.select set select
- Validate nodes on import after any references have been remapped
- Debug node handles objects without constructor property Fixes #933
- Ensure 'false' property values are displayed in info panel Fixes #940
- Fix node enable/disable over restart - load configs after settings init
#### 0.14.4: Maintenance Release
Nodes
@ -8,7 +19,7 @@ Nodes
- Inject node should reuse the message it is triggered with Closes #914
- Stop trigger node re-using old message
- Allow node.status text to be 'falsey' values
Fixes
- Handle DOMException when embedded in an iframe of different origin Fixes #932

View File

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