Update changelog and bump package

This commit is contained in:
Nick O'Leary 2018-02-13 23:51:16 +00:00
parent 5fb3ffc240
commit b3f6109b1c
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
#### 0.18.3: Maintenance Release
Projects
- Fix permissions on git/ssh scripts
- Add support for GIT_SSH on older levels of git
- Handle host key verification as auth error
- Ensure commit list has a refs object even if empty
- Make git error detection case-insensitive
- Fix up merge conflict handling
- Use flow-diff when looking at flow file changes
Node Fixes
- Ensure debug tools show for 'complete msg object'
- Fix msg.parts handling in concat mode of Batch node
#### 0.18.2: Maintenance Release
Projects

View File

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