@flowfuse/nr-file-nodes 0.0.5-8fd0d22-202311081409.0 → 0.0.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/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ #### 0.0.5: Release
2
+
3
+ - Fix jsonata evaluation in filename field (#38) @knolleary
4
+ - Pin reusable workflows to v0.1.0 (#36) @ppawlowski
5
+
1
6
  #### 0.0.3: Release
2
7
 
3
8
  - Increase timeout & show NR error as request timeout (#16) @Steve-Mcl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-file-nodes",
3
- "version": "0.0.5-8fd0d22-202311081409.0",
3
+ "version": "0.0.5",
4
4
  "description": "Node-RED file nodes packaged for FlowFuse",
5
5
  "main": "index.js",
6
6
  "scripts": {