@skriptfabrik/n8n-nodes-fulfillmenttools 0.1.13 → 0.1.15

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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.1.15 (2024-11-28)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **fulfillmenttools:** bump n8n-workflow version to 1.67.0 ([8c49a4a](https://github.com/skriptfabrik/n8n-nodes/commit/8c49a4a))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - MaSpeng @MaSpeng
10
+
11
+ ## 0.1.14 (2024-11-18)
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **fulfillmenttools:** bump n8n-workflow version to 1.66.0 ([67e9837](https://github.com/skriptfabrik/n8n-nodes/commit/67e9837))
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - MaSpeng @MaSpeng
20
+
1
21
  ## 0.1.13 (2024-11-06)
2
22
 
3
23
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skriptfabrik/n8n-nodes-fulfillmenttools",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "fulfillmenttools nodes for n8n",
5
5
  "keywords": [
6
6
  "fulfillmenttools",
@@ -32,10 +32,10 @@
32
32
  ]
33
33
  },
34
34
  "dependencies": {
35
- "tslib": "^2.8.0"
35
+ "tslib": "^2.8.1"
36
36
  },
37
37
  "peerDependencies": {
38
- "n8n-workflow": "1.63.0"
38
+ "n8n-workflow": "1.67.0"
39
39
  },
40
40
  "types": "./src/index.d.ts"
41
41
  }