Bump 0.18.7

This commit is contained in:
Nick O'Leary 2018-05-25 13:23:18 +01:00
parent 8cb2e51407
commit 7877093713
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
#### 0.18.7: Maintenance Release
Editor Fixes
- - Do not trim wires if node declares outputs in defaults but misses value Fixes #1737
Node Fixes
- Relax twitter node version ready for major version bump
- Pass Date into the Function node sandbox to fix instanceof tests
- let TCP in node report remote ip and port when in single packet mode
- typo fix in node help (#1735)
Other Fixes
- Tidy up default grunt task and fixup test break due to reorder Fixes #1738
- Bump jsonata version
#### 0.18.6: Maintenance Release
Editor Fixes

View File

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