@flowfuse/nr-assistant 0.13.1-eabba18-202605071047.0 → 0.13.1

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 +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [0.13.1](https://github.com/FlowFuse/nr-assistant/compare/v0.13.0...v0.13.1) (2026-05-07)
2
+
3
+ - ci: Pin internal GitHub Actions reusable workflows to the new tagging approach (#307)
4
+ - fix(actions): add-nodes respects z, update-node redraws correctly (#311) @andypalmi
5
+ - chore(deps): bump ip-address and express-rate-limit (#309) @app/dependabot
6
+ - chore(deps): bump hono from 4.12.14 to 4.12.18 (#308) @app/dependabot
7
+ - build(deps): bump protobufjs from 7.5.3 to 7.5.5 (#272) @app/dependabot
8
+
1
9
  ## 0.13.0
2
10
 
3
11
  - ci: Use new project-automation workflow (#303)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.13.1-eabba18-202605071047.0",
3
+ "version": "0.13.1",
4
4
  "description": "FlowFuse Node-RED Expert plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {