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