@flowfuse/nr-assistant 0.14.1-b73b0e2-202605121413.0 → 0.15.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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## [0.15.0](https://github.com/FlowFuse/nr-assistant/compare/v0.14.0...v0.15.0) (2026-05-12)
4
+
5
+ - fix(automation): move node to tab via link nodes instead of direct z change (#336) @andypalmi
6
+ - feat(automation): migrate update-node to update-nodes (array params) (#329) @andypalmi
7
+ - feat(automation): hard-reject wires property in update-node (#328) @andypalmi
8
+ - feat(automation): slim get-workspace-nodes response by default (#327) @andypalmi
9
+ - ci: Add H1 header to the changelog file (#330) @ppawlowski
10
+ - chore(deps): bump fast-uri from 3.1.0 to 3.1.2 (#322) @app/dependabot
11
+ - feat(automation): add automation/manage-groups action (#323) @andypalmi
12
+
3
13
  ## [0.14.0](https://github.com/FlowFuse/nr-assistant/compare/v0.13.1...v0.14.0) (2026-05-07)
4
14
 
5
15
  - feat(actions): add automation/open-palette-manager action (#314) @andypalmi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.14.1-b73b0e2-202605121413.0",
3
+ "version": "0.15.0",
4
4
  "description": "FlowFuse Node-RED Expert plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {