mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Bump version
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user