Bump version

This commit is contained in:
Nick O'Leary 2018-05-18 11:03:49 +01:00
parent 4d3d1a02a8
commit d4d9190919
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 6 additions and 4 deletions

View File

@ -8,6 +8,8 @@ Editor Fixes
- Split node html to isolate bad nodes when loading
- Avoid unnecessary use of .html() where .text() will do
- Add editorTheme.projects.enabled to default settings.js"
#### 0.18.5: Maintenance Release
Projects

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.18.5",
"version": "0.18.6",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@ -35,7 +35,7 @@
"dependencies": {
"basic-auth": "2.0.0",
"bcryptjs": "2.4.3",
"body-parser": "1.18.2",
"body-parser": "1.18.3",
"cheerio": "0.22.0",
"clone": "2.1.1",
"cookie": "0.3.1",
@ -55,7 +55,7 @@
"jsonata": "1.5.3",
"media-typer": "0.3.0",
"memorystore": "1.6.0",
"mqtt": "2.17.0",
"mqtt": "2.18.0",
"multer": "1.3.0",
"mustache": "2.3.0",
"node-red-node-email": "0.1.*",
@ -71,7 +71,7 @@
"raw-body": "2.3.3",
"semver": "5.5.0",
"sentiment": "2.1.0",
"uglify-js": "3.3.24",
"uglify-js": "3.3.25",
"when": "3.7.8",
"ws": "1.1.5",
"xml2js": "0.4.19"