@flowfuse/nr-assistant 0.6.1-fd37d56-202512091447.0 → 0.7.0

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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+
2
+ ### 0.7.0
3
+
4
+ - Allow the assistant to be installed in standalone Node-RED instances (#89) @knolleary
5
+
6
+ - Bump actions/checkout from 6.0.0 to 6.0.1 (#93)
7
+ - Bump actions/setup-node from 6.0.0 to 6.1.0 (#92)
8
+ - Bump actions/checkout from 5.0.0 to 6.0.0 (#87)
9
+ - Bump flowfuse/github-actions-workflows from 0.42.0 to 0.43.0 (#84)
10
+ - Bump actions/setup-node from 5.0.0 to 6.0.0 (#83)
11
+ - Bump JS-DevTools/npm-publish from 4.0.1 to 4.1.1 (#82)
12
+ - Bump JS-DevTools/npm-publish from 4.0.0 to 4.0.1 (#81)
13
+ - Bump JS-DevTools/npm-publish from 3.1.1 to 4.0.0 (#80)
14
+ - Bump actions/setup-node from 4.4.0 to 5.0.0 (#79)
15
+ - Bump @modelcontextprotocol/sdk from 1.17.0 to 1.24.0 (#91) @app/dependabot
16
+ - Bump express from 5.1.0 to 5.2.1 (#90) @app/dependabot
17
+ - Bump body-parser from 2.2.0 to 2.2.1 (#88) @app/dependabot
18
+ - Bump js-yaml from 4.1.0 to 4.1.1 (#86) @app/dependabot
19
+
1
20
  ### 0.6.0
2
21
  - Fix relative script source path (#77) @Steve-Mcl
3
22
  - Add inline completions feature (#75) @Steve-Mcl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.6.1-fd37d56-202512091447.0",
3
+ "version": "0.7.0",
4
4
  "description": "FlowFuse Node-RED Expert plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {