Update for 0.19.1

This commit is contained in:
Nick O'Leary 2018-08-15 15:33:24 +01:00
parent 5b8f4f4069
commit 042409f870
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
#### 0.19.1: Maintenance Release
- Pull in latest twitter node
- Handle windows paths for context storage
- Handle persisting objects with circular refs in context
- Ensure js editor can expand to fill available space
- Add example localfilesystem contextStorage to settings
- Fix template node handling of nested context tags
#### 0.19: Milestone Release
Editor

View File

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