@node-red/editor-client 3.1.4 → 3.1.5

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/package.json +1 -1
  2. package/public/red/about +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/editor-client",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/public/red/about CHANGED
@@ -1,3 +1,10 @@
1
+ #### 3.1.5: Maintenance Release
2
+
3
+ Runtime
4
+
5
+ - Fix require of dns module (#4562) @knolleary
6
+ - Ensure global creds object is initialised when adding first cred (#4561) @knolleary
7
+
1
8
  #### 3.1.4: Maintenance Release
2
9
 
3
10
  Editor