diff --git a/CHANGELOG.md b/CHANGELOG.md index 531e1119f..3fe1454fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 0d50c4557..09649f73e 100644 --- a/package.json +++ b/package.json @@ -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",