Skip to content

Commit b3f6109

Browse files
committed
Update changelog and bump package
1 parent 5fb3ffc commit b3f6109

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
#### 0.18.3: Maintenance Release
2+
3+
Projects
4+
5+
- Fix permissions on git/ssh scripts
6+
- Add support for GIT_SSH on older levels of git
7+
- Handle host key verification as auth error
8+
- Ensure commit list has a refs object even if empty
9+
- Make git error detection case-insensitive
10+
- Fix up merge conflict handling
11+
- Use flow-diff when looking at flow file changes
12+
13+
Node Fixes
14+
15+
- Ensure debug tools show for 'complete msg object'
16+
- Fix msg.parts handling in concat mode of Batch node
17+
118
#### 0.18.2: Maintenance Release
219

320
Projects

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "A visual tool for wiring the Internet of Things",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)