Skip to content

Commit

Permalink
Update CHANGELOG for 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jan 23, 2017
1 parent 7759aac commit 1324f5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
#### 0.16.2: Maintenance Release

- Ensure custom mustache context parent set in Template node fixes #1126
- Display debug node name in debug panel if its known
- Ensure auth-tokens are removed when no user is specified in settings
- Ensure all a tags have blank target in info sidebar
- Ensure links do not span tabs in the editor
- Avoid creating multiple reconnect timers in websocket node
- Fix inner reference in install fail message catalog entry Fixes #1120
- Display buffer data properly for truncated buffers under Object property

#### 0.16.1: Maintenance Release

- Add colour swatches to debug when hex colour matched
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "node-red",
"version" : "0.16.1",
"version" : "0.16.2",
"description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",
Expand Down

0 comments on commit 1324f5e

Please sign in to comment.