node-red 2.1.5 → 2.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ #### 2.1.6: Maintenance Release
2
+
3
+ Editor
4
+
5
+ - Revert copy-text change and apply alternative fix (#3363) @knolleary
6
+ - Update marked to latest (#3362) @knolleary
7
+ - fix to make start of property error tooltip messages aligned (#3358) @HiroyasuNishiyama
8
+
9
+ Nodes
10
+
11
+ - Inject: fix JSON propety validation of inject node (#3349) @HiroyasuNishiyama
12
+ - Delay: fix unit value validation of delay node (#3351) @HiroyasuNishiyama
13
+
1
14
  #### 2.1.5: Maintenance Release
2
15
 
3
16
  Runtime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Low-code programming for event-driven applications",
5
5
  "homepage": "http://nodered.org",
6
6
  "license": "Apache-2.0",
@@ -31,10 +31,10 @@
31
31
  "flow"
32
32
  ],
33
33
  "dependencies": {
34
- "@node-red/editor-api": "2.1.5",
35
- "@node-red/runtime": "2.1.5",
36
- "@node-red/util": "2.1.5",
37
- "@node-red/nodes": "2.1.5",
34
+ "@node-red/editor-api": "2.1.6",
35
+ "@node-red/runtime": "2.1.6",
36
+ "@node-red/util": "2.1.6",
37
+ "@node-red/nodes": "2.1.6",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "2.4.3",
40
40
  "express": "4.17.2",