@skriptfabrik/n8n-nodes-fulfillmenttools 0.1.37 → 0.2.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.
- package/CHANGELOG.md +817 -131
- package/README.md +2 -1
- package/{src → dist}/credentials/FulfillmenttoolsApi.credentials.d.ts +2 -1
- package/{src → dist}/credentials/FulfillmenttoolsApi.credentials.js +30 -29
- package/dist/credentials/FulfillmenttoolsApi.credentials.js.map +1 -0
- package/{src/nodes/Fulfillmenttools/descriptions → dist/nodes/Fulfillmenttools/Descriptions}/FacilityCarrierDescription.js +0 -12
- package/dist/nodes/Fulfillmenttools/Descriptions/FacilityCarrierDescription.js.map +1 -0
- package/{src/nodes/Fulfillmenttools/descriptions → dist/nodes/Fulfillmenttools/Descriptions}/FacilityDescription.js +0 -15
- package/dist/nodes/Fulfillmenttools/Descriptions/FacilityDescription.js.map +1 -0
- package/{src/nodes/Fulfillmenttools/descriptions → dist/nodes/Fulfillmenttools/Descriptions}/OrderDescription.js +0 -9
- package/dist/nodes/Fulfillmenttools/Descriptions/OrderDescription.js.map +1 -0
- package/{src → dist}/nodes/Fulfillmenttools/Fulfillmenttools.node.d.ts +1 -1
- package/dist/nodes/Fulfillmenttools/Fulfillmenttools.node.js +183 -0
- package/dist/nodes/Fulfillmenttools/Fulfillmenttools.node.js.map +1 -0
- package/dist/nodes/Fulfillmenttools/Fulfillmenttools.node.json +18 -0
- package/{src → dist}/nodes/Fulfillmenttools/FulfillmenttoolsTrigger.node.d.ts +1 -1
- package/{src → dist}/nodes/Fulfillmenttools/FulfillmenttoolsTrigger.node.js +73 -81
- package/dist/nodes/Fulfillmenttools/FulfillmenttoolsTrigger.node.js.map +1 -0
- package/dist/nodes/Fulfillmenttools/FulfillmenttoolsTrigger.node.json +18 -0
- package/dist/nodes/Fulfillmenttools/GenericFunctions.d.ts +3 -0
- package/dist/nodes/Fulfillmenttools/GenericFunctions.js +80 -0
- package/dist/nodes/Fulfillmenttools/GenericFunctions.js.map +1 -0
- package/package.json +26 -19
- package/src/credentials/FulfillmenttoolsApi.credentials.js.map +0 -1
- package/src/nodes/Fulfillmenttools/Fulfillmenttools.node.js +0 -175
- package/src/nodes/Fulfillmenttools/Fulfillmenttools.node.js.map +0 -1
- package/src/nodes/Fulfillmenttools/Fulfillmenttools.node.json +0 -18
- package/src/nodes/Fulfillmenttools/FulfillmenttoolsTrigger.node.js.map +0 -1
- package/src/nodes/Fulfillmenttools/FulfillmenttoolsTrigger.node.json +0 -18
- package/src/nodes/Fulfillmenttools/GenericFunctions.d.ts +0 -3
- package/src/nodes/Fulfillmenttools/GenericFunctions.js +0 -90
- package/src/nodes/Fulfillmenttools/GenericFunctions.js.map +0 -1
- package/src/nodes/Fulfillmenttools/descriptions/FacilityCarrierDescription.js.map +0 -1
- package/src/nodes/Fulfillmenttools/descriptions/FacilityDescription.js.map +0 -1
- package/src/nodes/Fulfillmenttools/descriptions/OrderDescription.js.map +0 -1
- /package/{src/nodes/Fulfillmenttools/icons/fulfillmenttools.svg → dist/icons/Fulfillmenttools.svg} +0 -0
- /package/{src/nodes/Fulfillmenttools/descriptions → dist/nodes/Fulfillmenttools/Descriptions}/FacilityCarrierDescription.d.ts +0 -0
- /package/{src/nodes/Fulfillmenttools/descriptions → dist/nodes/Fulfillmenttools/Descriptions}/FacilityDescription.d.ts +0 -0
- /package/{src/nodes/Fulfillmenttools/descriptions → dist/nodes/Fulfillmenttools/Descriptions}/OrderDescription.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,274 +1,960 @@
|
|
|
1
|
-
|
|
1
|
+
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## [fulfillmenttools-0.2.0](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.38...fulfillmenttools-0.2.0) (2026-01-15)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### ✨ New Features
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- migrate from Nx to Turbo ([N8N-35](https://skriptfabrik.atlassian.net/browse/N8N-35)) ([b0e1cd1](https://github.com/skriptfabrik/n8n-nodes/commit/b0e1cd108f0d75e82bba70a828dc0947e2bb07d3))
|
|
8
|
+
- use semantic release instead of release it ([N8N-35](https://skriptfabrik.atlassian.net/browse/N8N-35)) ([f7d18bd](https://github.com/skriptfabrik/n8n-nodes/commit/f7d18bde60af30895a9f0858043a041f4b83ab43))
|
|
8
9
|
|
|
9
|
-
###
|
|
10
|
+
### 🐛 Bug Fixes
|
|
10
11
|
|
|
11
|
-
-
|
|
12
|
+
- add missing load options in moco activity:list description ([N8N-34](https://skriptfabrik.atlassian.net/browse/N8N-34)) ([ec99eb9](https://github.com/skriptfabrik/n8n-nodes/commit/ec99eb9d204bf0d415f805e4e0bcda212557a5ca))
|
|
13
|
+
- drop duplicate sort by option in moco activity:list description ([N8N-34](https://skriptfabrik.atlassian.net/browse/N8N-34)) ([8cdcb3c](https://github.com/skriptfabrik/n8n-nodes/commit/8cdcb3c5265521274b178168894d2e895e4c10b7))
|
|
12
14
|
|
|
13
|
-
## 0.1.
|
|
15
|
+
## [fulfillmenttools-0.1.38](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.37...fulfillmenttools-0.1.38)
|
|
14
16
|
|
|
15
|
-
###
|
|
17
|
+
### 👷 Continuous Integration
|
|
16
18
|
|
|
17
|
-
-
|
|
18
|
-
- **fulfillmenttools:** bump n8n-workflow version to 1.83.0 ([3971953](https://github.com/skriptfabrik/n8n-nodes/commit/3971953))
|
|
19
|
+
- update n8n version update workflow (n8n-6) @MaSpeng [`b0a3c90`](https://github.com/skriptfabrik/n8n-nodes/commit/b0a3c9034e9b5ccbe8000a1f8216e3d5c846955e)
|
|
19
20
|
|
|
20
|
-
###
|
|
21
|
+
### 🐛 Bug Fixes
|
|
21
22
|
|
|
22
|
-
-
|
|
23
|
+
- **fulfillmenttools:** add n8n-workflow to dev dependencies [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`30ac878`](https://github.com/skriptfabrik/n8n-nodes/commit/30ac878cc554ba761344271fb3987ced667d1503)
|
|
24
|
+
- **fulfillmenttools:** update version range for n8n-workflow to ^1.86.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`83a850a`](https://github.com/skriptfabrik/n8n-nodes/commit/83a850a787eabda51382849f0a16776f8ae31511)
|
|
25
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.88.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`43f28d8`](https://github.com/skriptfabrik/n8n-nodes/commit/43f28d89fa9752b6dc0747739868797aa512ad5a)
|
|
23
26
|
|
|
24
|
-
|
|
27
|
+
### 🔧 Maintenance And Housekeeping
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
- bump n8n-nodes-base version to 1.89.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`592a170`](https://github.com/skriptfabrik/n8n-nodes/commit/592a170dfbd9336a4e53e4f6b24384de9d4ecd97)
|
|
30
|
+
- bump n8n from 1.88.0 to 1.89.2 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @dependabot[bot] [`bcd0ffc`](https://github.com/skriptfabrik/n8n-nodes/commit/bcd0ffc9b62292b8db7012a8083c03299ffeccef)
|
|
31
|
+
- bump nx dependencies to 20.8.1 @dependabot[bot] [`3a8a5e0`](https://github.com/skriptfabrik/n8n-nodes/commit/3a8a5e051e45eb88b859d06c18953f11a2576f1d)
|
|
32
|
+
- bump nx dependencies to 20.8.0 @dependabot[bot] [`214a9d6`](https://github.com/skriptfabrik/n8n-nodes/commit/214a9d65f659e0b3d935147713ad49d306fa71b0)
|
|
33
|
+
- bump nx from 20.7.2 to 20.8.0 @dependabot[bot] [`9adbe38`](https://github.com/skriptfabrik/n8n-nodes/commit/9adbe382722e001eee47f326a1ad710f81e9767e)
|
|
34
|
+
- bump nx from 20.8.0 to 20.8.1 @dependabot[bot] [`7d819f5`](https://github.com/skriptfabrik/n8n-nodes/commit/7d819f5fdb566c4c2aea7fdc656f2450acb62976)
|
|
35
|
+
- bump @swc/core from 1.11.22 to 1.11.24 @dependabot[bot] [`d98f8cf`](https://github.com/skriptfabrik/n8n-nodes/commit/d98f8cf35c021f5cf79a97ec372ae72071500e82)
|
|
36
|
+
- bump @swc/core from 1.11.21 to 1.11.22 @dependabot[bot] [`f351a9b`](https://github.com/skriptfabrik/n8n-nodes/commit/f351a9b57aaea6cd10734519525d30c1db9e86bb)
|
|
37
|
+
- bump @types/node version to 20.17.32 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`121a3f5`](https://github.com/skriptfabrik/n8n-nodes/commit/121a3f54813dfa5cb3e8f89823f84b0ed279c310)
|
|
38
|
+
- bump n8n-workflow version to 1.88.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`3519221`](https://github.com/skriptfabrik/n8n-nodes/commit/351922165f5adb9b6f2d704c2ca2a56790593833)
|
|
39
|
+
- bump eslint from 9.24.0 to 9.25.0 @dependabot[bot] [`0d96a61`](https://github.com/skriptfabrik/n8n-nodes/commit/0d96a615aa63251d9663507dd005db608a52dc36)
|
|
40
|
+
- bump typescript-eslint from 8.31.0 to 8.31.1 @dependabot[bot] [`2e90a89`](https://github.com/skriptfabrik/n8n-nodes/commit/2e90a8909a00b4431f2235bace63d5a1060780a6)
|
|
41
|
+
- bump typescript-eslint from 8.29.1 to 8.30.1 @dependabot[bot] [`a70394e`](https://github.com/skriptfabrik/n8n-nodes/commit/a70394ec683de352d8cf7b544656c56de94664d0)
|
|
42
|
+
- bump @eslint/js from 9.24.0 to 9.25.0 @dependabot[bot] [`5102ca5`](https://github.com/skriptfabrik/n8n-nodes/commit/5102ca545b67a98c72bf29230fcff6b1435867e7)
|
|
43
|
+
- update version range for n8n-workflow to ^1.86.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`0641c81`](https://github.com/skriptfabrik/n8n-nodes/commit/0641c816a5795de959ed7d1cb3465d2da85a5ca6)
|
|
44
|
+
- update version range for n8n-nodes-base to ^1.87.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`f982dce`](https://github.com/skriptfabrik/n8n-nodes/commit/f982dce3cf5cf0991e01111f56fee0ccc71012ba)
|
|
27
45
|
|
|
28
|
-
|
|
46
|
+
## [fulfillmenttools-0.1.37](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.36...fulfillmenttools-0.1.37)
|
|
29
47
|
|
|
30
|
-
|
|
48
|
+
### 🐛 Bug Fixes
|
|
31
49
|
|
|
32
|
-
|
|
50
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.86.0 @dependabot[bot] [`0962d05`](https://github.com/skriptfabrik/n8n-nodes/commit/0962d05daf085c8b4a4582b2fea446714ed2b7de)
|
|
33
51
|
|
|
34
|
-
|
|
52
|
+
### 🔧 Maintenance And Housekeeping
|
|
35
53
|
|
|
36
|
-
|
|
54
|
+
- bump n8n from 1.86.1 to 1.88.0 @dependabot[bot] [`ecac782`](https://github.com/skriptfabrik/n8n-nodes/commit/ecac782d8daef9b63f725604c7db2605e655cb1c)
|
|
55
|
+
- bump n8n-workflow version to 1.86.0 @dependabot[bot] [`7d13b78`](https://github.com/skriptfabrik/n8n-nodes/commit/7d13b7871a2d71866613f7552c820b6e082c0bce)
|
|
56
|
+
- bump n8n-nodes-base version to 1.87.0 @dependabot[bot] [`4ab0206`](https://github.com/skriptfabrik/n8n-nodes/commit/4ab0206be61ae25c5bc39a162abed8567315d46a)
|
|
37
57
|
|
|
38
|
-
|
|
58
|
+
## [fulfillmenttools-0.1.36](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.35...fulfillmenttools-0.1.36)
|
|
39
59
|
|
|
40
|
-
|
|
60
|
+
### 🐛 Bug Fixes
|
|
41
61
|
|
|
42
|
-
|
|
62
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.84.0 @dependabot[bot] [`a014fe8`](https://github.com/skriptfabrik/n8n-nodes/commit/a014fe8396ae9ce322d7d8f545eb89b115755b7b)
|
|
43
63
|
|
|
44
|
-
###
|
|
64
|
+
### 🔧 Maintenance And Housekeeping
|
|
45
65
|
|
|
46
|
-
-
|
|
66
|
+
- bump n8n from 1.85.4 to 1.86.1 @dependabot[bot] [`26ca276`](https://github.com/skriptfabrik/n8n-nodes/commit/26ca276cfd9c465aced0015b5f2800fdfdcfe13c)
|
|
67
|
+
- bump nx dependencies to 20.7.1 @dependabot[bot] [`eb5290c`](https://github.com/skriptfabrik/n8n-nodes/commit/eb5290c178c0112e90097d57f1002ab1e1d3241a)
|
|
68
|
+
- bump nx dependencies to 20.7.2 @dependabot[bot] [`9499b2b`](https://github.com/skriptfabrik/n8n-nodes/commit/9499b2b1caa4d41c56c49889ad891b982631b1fc)
|
|
69
|
+
- bump typescript from 5.8.2 to 5.8.3 @dependabot[bot] [`0a86289`](https://github.com/skriptfabrik/n8n-nodes/commit/0a86289edf10e6c245cf160aff6159a3437e8311)
|
|
70
|
+
- bump nx from 20.6.1 to 20.7.1 @dependabot[bot] [`0bcb1bd`](https://github.com/skriptfabrik/n8n-nodes/commit/0bcb1bdf31d1018026b11f5e66d83b4aba96fc68)
|
|
71
|
+
- bump nx from 20.7.1 to 20.7.2 @dependabot[bot] [`9b15862`](https://github.com/skriptfabrik/n8n-nodes/commit/9b15862770e2fe3a07bec21656a3a87a73c6e9c2)
|
|
72
|
+
- bump @swc/core from 1.11.13 to 1.11.21 @dependabot[bot] [`6dde617`](https://github.com/skriptfabrik/n8n-nodes/commit/6dde617541928ba12639a42b19087ba781f30a17)
|
|
73
|
+
- bump verdaccio from 6.1.1 to 6.1.2 @dependabot[bot] [`ee96dbb`](https://github.com/skriptfabrik/n8n-nodes/commit/ee96dbb0fff5b8c3abdb7190761966abdf632fc0)
|
|
74
|
+
- bump @types/node version to 20.17.30 @dependabot[bot] [`40439ff`](https://github.com/skriptfabrik/n8n-nodes/commit/40439ff9509591f0293dd66fcdfd899a608487b3)
|
|
75
|
+
- bump @swc/helpers from 0.5.15 to 0.5.17 @dependabot[bot] [`246ad6c`](https://github.com/skriptfabrik/n8n-nodes/commit/246ad6c1a8e3034657485d8e4070a782be6b7971)
|
|
76
|
+
- bump eslint from 9.23.0 to 9.24.0 @dependabot[bot] [`33e5bb8`](https://github.com/skriptfabrik/n8n-nodes/commit/33e5bb821cd491678859154679d9ebc965205f5b)
|
|
77
|
+
- bump typescript-eslint from 8.29.0 to 8.29.1 @dependabot[bot] [`c12a102`](https://github.com/skriptfabrik/n8n-nodes/commit/c12a1028f150ef14013a9a5079fddee321d3ac58)
|
|
78
|
+
- bump ts-jest from 29.3.0 to 29.3.1 @dependabot[bot] [`553dbc8`](https://github.com/skriptfabrik/n8n-nodes/commit/553dbc8d7e0417e9eff02ead4793bb58f8263673)
|
|
79
|
+
- bump eslint-config-prettier from 10.1.1 to 10.1.2 @dependabot[bot] [`01cb030`](https://github.com/skriptfabrik/n8n-nodes/commit/01cb030935be0ad9d8935aa3c7654a1e2d5809e5)
|
|
80
|
+
- bump n8n-nodes-base version to 1.85.1 @dependabot[bot] [`929fd1a`](https://github.com/skriptfabrik/n8n-nodes/commit/929fd1a89742fba5af9a256f2e194d9e3d3f6f86)
|
|
81
|
+
- bump ts-jest from 29.3.1 to 29.3.2 @dependabot[bot] [`9115f95`](https://github.com/skriptfabrik/n8n-nodes/commit/9115f9542caca2bbfb21fb79623b249e7d445852)
|
|
82
|
+
- bump @eslint/js from 9.23.0 to 9.24.0 @dependabot[bot] [`82dfd55`](https://github.com/skriptfabrik/n8n-nodes/commit/82dfd55890bfa1bf5457590fd2b6682c13afd3b3)
|
|
83
|
+
- bump @eslint/compat from 1.2.7 to 1.2.8 @dependabot[bot] [`483a2c8`](https://github.com/skriptfabrik/n8n-nodes/commit/483a2c86089ea6b945a2365b11349005a535b81f)
|
|
84
|
+
- bump n8n-workflow version to 1.84.0 @dependabot[bot] [`2e2097a`](https://github.com/skriptfabrik/n8n-nodes/commit/2e2097a7f9517296d2056917b3b45fb3b1f2a23d)
|
|
85
|
+
- bump node version in devcontainer to 20.19.0 @dependabot[bot] [`80d4a05`](https://github.com/skriptfabrik/n8n-nodes/commit/80d4a0550da53eef7caf5ea7209532d832db69b4)
|
|
86
|
+
- bump node version in package.json to 20.19.0 @dependabot[bot] [`3231e75`](https://github.com/skriptfabrik/n8n-nodes/commit/3231e756d99b3cf2919435eca5f2d6b9bf283175)
|
|
47
87
|
|
|
48
|
-
## 0.1.
|
|
88
|
+
## [fulfillmenttools-0.1.35](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.34...fulfillmenttools-0.1.35)
|
|
49
89
|
|
|
50
|
-
###
|
|
90
|
+
### 🐛 Bug Fixes
|
|
51
91
|
|
|
52
|
-
- **fulfillmenttools:**
|
|
92
|
+
- **fulfillmenttools:** exchange NodeConnectionType with NodeConnectionsType [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`4e6243c`](https://github.com/skriptfabrik/n8n-nodes/commit/4e6243ca3995b177a0dd17279b7af160cca3d113)
|
|
93
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.83.0 @dependabot[bot] [`3971953`](https://github.com/skriptfabrik/n8n-nodes/commit/39719532edeb806cee4b07dc8d4b840c42f6a6db)
|
|
53
94
|
|
|
54
|
-
|
|
95
|
+
### 🔧 Maintenance And Housekeeping
|
|
55
96
|
|
|
56
|
-
|
|
97
|
+
- bump n8n from 1.84.1 to 1.85.4 @dependabot[bot] [`17b724f`](https://github.com/skriptfabrik/n8n-nodes/commit/17b724f152994ab3a139f9efe26999bdc6bd5f2a)
|
|
98
|
+
- bump verdaccio from 6.0.5 to 6.1.1 @dependabot[bot] [`7a54f51`](https://github.com/skriptfabrik/n8n-nodes/commit/7a54f51aa46a303dbff93d93a329d49db2255aec)
|
|
99
|
+
- bump @swc/core from 1.11.11 to 1.11.13 @dependabot[bot] [`06940e5`](https://github.com/skriptfabrik/n8n-nodes/commit/06940e52b8e458d91630ab6f0d6421694adb6be9)
|
|
100
|
+
- bump @types/node version to 20.17.28 @dependabot[bot] [`03c6a32`](https://github.com/skriptfabrik/n8n-nodes/commit/03c6a32366a9d4e719e48200249e8f1e91b5cb65)
|
|
101
|
+
- bump typescript-eslint from 8.26.1 to 8.28.0 @dependabot[bot] [`ea65fac`](https://github.com/skriptfabrik/n8n-nodes/commit/ea65fac43d12c77bf0131c5dc84285134318b9a1)
|
|
102
|
+
- bump eslint from 9.22.0 to 9.23.0 @dependabot[bot] [`15cb080`](https://github.com/skriptfabrik/n8n-nodes/commit/15cb08025033165ac4f02ebe96f6af91d3777294)
|
|
103
|
+
- bump n8n-nodes-base version to 1.84.0 @dependabot[bot] [`e083f27`](https://github.com/skriptfabrik/n8n-nodes/commit/e083f2762c21636e0a33cad4978b28170f0f0848)
|
|
104
|
+
- bump n8n-workflow version to 1.83.0 @dependabot[bot] [`f8c0bfc`](https://github.com/skriptfabrik/n8n-nodes/commit/f8c0bfc5bae07a5fe5a208d744f2e323ad752fa3)
|
|
57
105
|
|
|
58
|
-
|
|
106
|
+
## [fulfillmenttools-0.1.34](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.33...fulfillmenttools-0.1.34)
|
|
59
107
|
|
|
60
|
-
|
|
108
|
+
### 🐛 Bug Fixes
|
|
61
109
|
|
|
62
|
-
|
|
110
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.82.0 @dependabot[bot] [`14908f1`](https://github.com/skriptfabrik/n8n-nodes/commit/14908f1a276c724ef06b35c9b13437481a1f68bc)
|
|
63
111
|
|
|
64
|
-
|
|
112
|
+
### 🔧 Maintenance And Housekeeping
|
|
65
113
|
|
|
66
|
-
|
|
114
|
+
- bump n8n from 1.83.2 to 1.84.1 @dependabot[bot] [`27af27e`](https://github.com/skriptfabrik/n8n-nodes/commit/27af27eef9d79128066daee054196847d068e92c)
|
|
115
|
+
- bump @types/node version to 20.17.27 @dependabot[bot] [`fff384a`](https://github.com/skriptfabrik/n8n-nodes/commit/fff384ad6408c6a7899f6dc58d74ae3021a2eb70)
|
|
116
|
+
- bump moment-timezone from 0.5.47 to 0.5.48 @dependabot[bot] [`1016ded`](https://github.com/skriptfabrik/n8n-nodes/commit/1016dedd85e17db4838da3670e5ad846eb239305)
|
|
117
|
+
- bump ts-jest from 29.2.6 to 29.3.0 @dependabot[bot] [`c798bb1`](https://github.com/skriptfabrik/n8n-nodes/commit/c798bb1f4672c68d1bfd796412cc91a3eac72267)
|
|
118
|
+
- bump @eslint/eslintrc from 3.3.0 to 3.3.1 @dependabot[bot] [`8af0655`](https://github.com/skriptfabrik/n8n-nodes/commit/8af0655fbcb5e2375dc11bf475b22c7af85265b6)
|
|
119
|
+
- bump @eslint/js from 9.22.0 to 9.23.0 @dependabot[bot] [`0d222a9`](https://github.com/skriptfabrik/n8n-nodes/commit/0d222a9760369f0e002b2dad4c56e31d4e973536)
|
|
120
|
+
- bump n8n-workflow version to 1.82.0 @dependabot[bot] [`81ec503`](https://github.com/skriptfabrik/n8n-nodes/commit/81ec5039163c2881a0d0dcfd32c6ea83a9e5da4d)
|
|
121
|
+
- bump n8n-nodes-base version to 1.83.0 @dependabot[bot] [`1be12b4`](https://github.com/skriptfabrik/n8n-nodes/commit/1be12b4355562eec7bd984b1722c2181adea8d93)
|
|
67
122
|
|
|
68
|
-
|
|
123
|
+
## [fulfillmenttools-0.1.33](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.32...fulfillmenttools-0.1.33)
|
|
69
124
|
|
|
70
|
-
|
|
125
|
+
### 🐛 Bug Fixes
|
|
71
126
|
|
|
72
|
-
|
|
127
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.81.1 @dependabot[bot] [`45aed4e`](https://github.com/skriptfabrik/n8n-nodes/commit/45aed4e5912cb7cf0ad4300edf54910454ad1de9)
|
|
73
128
|
|
|
74
|
-
###
|
|
129
|
+
### 🔧 Maintenance And Housekeeping
|
|
75
130
|
|
|
76
|
-
-
|
|
131
|
+
- bump nx dependencies to 20.6.1 @dependabot[bot] [`76ae3c7`](https://github.com/skriptfabrik/n8n-nodes/commit/76ae3c71934b9c8b8ada31f3e44fbf0aebbb08db)
|
|
132
|
+
- bump @swc/core from 1.11.10 to 1.11.11 @dependabot[bot] [`dc76cde`](https://github.com/skriptfabrik/n8n-nodes/commit/dc76cdeef4cba823ab9b31fd6b93a563ddccada5)
|
|
133
|
+
- bump nx from 20.6.0 to 20.6.1 @dependabot[bot] [`0745eb9`](https://github.com/skriptfabrik/n8n-nodes/commit/0745eb9d2f92b2dece25b74c3f705fde17b8d8b6)
|
|
134
|
+
- bump n8n from 1.82.3 to 1.83.2 @dependabot[bot] [`d4f5710`](https://github.com/skriptfabrik/n8n-nodes/commit/d4f5710c42d0c255ebe70ed29a0ca2e160f63872)
|
|
135
|
+
- bump n8n-workflow version to 1.81.1 @dependabot[bot] [`2a9c40c`](https://github.com/skriptfabrik/n8n-nodes/commit/2a9c40c1bc32108fc156b0c95df2e785b46d69c2)
|
|
136
|
+
- bump n8n-nodes-base version to 1.82.1 @dependabot[bot] [`2dc3b43`](https://github.com/skriptfabrik/n8n-nodes/commit/2dc3b43ea7c3c993166e3c3953c75938d1a90bc1)
|
|
77
137
|
|
|
78
|
-
## 0.1.
|
|
138
|
+
## [fulfillmenttools-0.1.32](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.31...fulfillmenttools-0.1.32)
|
|
79
139
|
|
|
80
|
-
###
|
|
140
|
+
### 🐛 Bug Fixes
|
|
81
141
|
|
|
82
|
-
- **fulfillmenttools:** bump n8n-workflow version to 1.
|
|
142
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.80.1 @dependabot[bot] [`8a67b13`](https://github.com/skriptfabrik/n8n-nodes/commit/8a67b1376d7a09026d87c0c2cac59a4dd32d2989)
|
|
83
143
|
|
|
84
|
-
|
|
144
|
+
### 🔧 Maintenance And Housekeeping
|
|
85
145
|
|
|
86
|
-
|
|
146
|
+
- bump nx dependencies to 20.6.0 @dependabot[bot] [`3239394`](https://github.com/skriptfabrik/n8n-nodes/commit/3239394c854dbd2a7e07a342a87b727d320348f3)
|
|
147
|
+
- bump n8n from 1.82.1 to 1.82.3 @dependabot[bot] [`7504429`](https://github.com/skriptfabrik/n8n-nodes/commit/7504429772cef5d0c944c2d222485cd26e5b9137)
|
|
148
|
+
- bump nx from 20.5.0 to 20.6.0 @dependabot[bot] [`d5f0ab6`](https://github.com/skriptfabrik/n8n-nodes/commit/d5f0ab6a661db9e9ddcba427b43b610f65b017ed)
|
|
149
|
+
- bump @swc/core from 1.11.8 to 1.11.10 @dependabot[bot] [`d3ed277`](https://github.com/skriptfabrik/n8n-nodes/commit/d3ed2775cd7645cc0ade15045d8b39df612d21a1)
|
|
150
|
+
- bump n8n-workflow version to 1.80.1 @dependabot[bot] [`1803ffc`](https://github.com/skriptfabrik/n8n-nodes/commit/1803ffc76a4a8a3084e45816a23b5616cdd741a6)
|
|
151
|
+
- bump n8n-nodes-base version to 1.81.2 @dependabot[bot] [`e731158`](https://github.com/skriptfabrik/n8n-nodes/commit/e731158cc9a2a52f5db41d83582a8e50565d46a8)
|
|
87
152
|
|
|
88
|
-
|
|
153
|
+
## [fulfillmenttools-0.1.31](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.30...fulfillmenttools-0.1.31)
|
|
89
154
|
|
|
90
|
-
|
|
155
|
+
### 🐛 Bug Fixes
|
|
91
156
|
|
|
92
|
-
|
|
157
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.80.0 @dependabot[bot] [`cfcbb59`](https://github.com/skriptfabrik/n8n-nodes/commit/cfcbb59591fa8fc82d76ac24b6598da34142ca79)
|
|
93
158
|
|
|
94
|
-
|
|
159
|
+
### 🔧 Maintenance And Housekeeping
|
|
95
160
|
|
|
96
|
-
|
|
161
|
+
- bump nx dependencies to 20.5.0 @dependabot[bot] [`dd52dfa`](https://github.com/skriptfabrik/n8n-nodes/commit/dd52dfac781b2cd2b87cf49c07beac9f1dd72bc3)
|
|
162
|
+
- bump n8n from 1.81.4 to 1.82.1 @dependabot[bot] [`525c103`](https://github.com/skriptfabrik/n8n-nodes/commit/525c1035d684cf8ef2784c40f1d09cca57b0c173)
|
|
163
|
+
- bump typescript from 5.7.3 to 5.8.2 @dependabot[bot] [`286ce63`](https://github.com/skriptfabrik/n8n-nodes/commit/286ce631151e09e8714c686e96b803655c263bd4)
|
|
164
|
+
- bump nx from 20.4.6 to 20.5.0 @dependabot[bot] [`a00ba8b`](https://github.com/skriptfabrik/n8n-nodes/commit/a00ba8b978a52d1105374e40f4fa10f876ff0f72)
|
|
165
|
+
- bump @commitlint/cli from 19.7.1 to 19.8.0 @dependabot[bot] [`4efee21`](https://github.com/skriptfabrik/n8n-nodes/commit/4efee212141556e4efa1fddc7754af261e43dd68)
|
|
166
|
+
- bump @swc/core from 1.11.6 to 1.11.8 @dependabot[bot] [`b76ec5c`](https://github.com/skriptfabrik/n8n-nodes/commit/b76ec5c88dbfb447e2fdd3c2bcbda9c3b7cea6c1)
|
|
167
|
+
- bump @types/node version to 20.17.24 @dependabot[bot] [`610e98d`](https://github.com/skriptfabrik/n8n-nodes/commit/610e98d4b7d01d979f416237be2d903b2e13dba6)
|
|
168
|
+
- bump eslint from 9.21.0 to 9.22.0 @dependabot[bot] [`aed7028`](https://github.com/skriptfabrik/n8n-nodes/commit/aed70281353cdb713fa197a3ce862c201d3e8307)
|
|
169
|
+
- bump typescript-eslint from 8.26.0 to 8.26.1 @dependabot[bot] [`1184515`](https://github.com/skriptfabrik/n8n-nodes/commit/11845150ecdb34d72df165d58d8b4d64f8670230)
|
|
170
|
+
- bump @commitlint/config-nx-scopes from 19.7.1 to 19.8.0 @dependabot[bot] [`7d25890`](https://github.com/skriptfabrik/n8n-nodes/commit/7d25890daeaaa0a72b89c0d78dcea39c0c8b51bd)
|
|
171
|
+
- bump n8n-nodes-base version to 1.81.1 @dependabot[bot] [`6d954f2`](https://github.com/skriptfabrik/n8n-nodes/commit/6d954f2606c7948d5f3a5ab9b4754eb41970a7db)
|
|
172
|
+
- bump @eslint/js from 9.21.0 to 9.22.0 @dependabot[bot] [`e860d7f`](https://github.com/skriptfabrik/n8n-nodes/commit/e860d7f953063cceb0fd64804e95ac672f01036e)
|
|
173
|
+
- bump @commitlint/config-conventional from 19.7.1 to 19.8.0 @dependabot[bot] [`3e010b3`](https://github.com/skriptfabrik/n8n-nodes/commit/3e010b364046b063ca78ba42395c9423e0e5c892)
|
|
174
|
+
- bump n8n-workflow version to 1.80.0 @dependabot[bot] [`91e96f1`](https://github.com/skriptfabrik/n8n-nodes/commit/91e96f19f2aef326ad7b6fe733980e77b5e80e20)
|
|
97
175
|
|
|
98
|
-
|
|
176
|
+
## [fulfillmenttools-0.1.30](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.29...fulfillmenttools-0.1.30)
|
|
99
177
|
|
|
100
|
-
|
|
178
|
+
### 🐛 Bug Fixes
|
|
101
179
|
|
|
102
|
-
|
|
180
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.79.1 @dependabot[bot] [`1f30263`](https://github.com/skriptfabrik/n8n-nodes/commit/1f30263c0658b454fdf22aed0cb6e2c8ec9c0283)
|
|
103
181
|
|
|
104
|
-
###
|
|
182
|
+
### 🔧 Maintenance And Housekeeping
|
|
105
183
|
|
|
106
|
-
-
|
|
184
|
+
- bump n8n from 1.80.5 to 1.81.4 @dependabot[bot] [`8b3b349`](https://github.com/skriptfabrik/n8n-nodes/commit/8b3b349bac290ef22c5681b76c98524c2c635776)
|
|
185
|
+
- bump @swc/core from 1.11.5 to 1.11.6 @dependabot[bot] [`b97e9a7`](https://github.com/skriptfabrik/n8n-nodes/commit/b97e9a7dabcfeeaf1e38918e394d7cec699f5ca8)
|
|
186
|
+
- bump @types/node version to 20.17.23 @dependabot[bot] [`ce2946d`](https://github.com/skriptfabrik/n8n-nodes/commit/ce2946decde931266ec7c55b85ba64a4c41f5c7b)
|
|
187
|
+
- bump typescript-eslint from 8.25.0 to 8.26.0 @dependabot[bot] [`984de7c`](https://github.com/skriptfabrik/n8n-nodes/commit/984de7c5aa54b4c31e95ea744e1c778ae9de647f)
|
|
188
|
+
- bump n8n-workflow version to 1.79.1 @dependabot[bot] [`ee304c3`](https://github.com/skriptfabrik/n8n-nodes/commit/ee304c37149bbc8a040662f74d6ef5949cece8a1)
|
|
189
|
+
- bump n8n-nodes-base version to 1.80.3 @dependabot[bot] [`5e8baa5`](https://github.com/skriptfabrik/n8n-nodes/commit/5e8baa5924de58687605b451b0193bcd28a5fe68)
|
|
107
190
|
|
|
108
|
-
## 0.1.
|
|
191
|
+
## [fulfillmenttools-0.1.29](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.28...fulfillmenttools-0.1.29)
|
|
109
192
|
|
|
110
|
-
###
|
|
193
|
+
### 🐛 Bug Fixes
|
|
111
194
|
|
|
112
|
-
- **fulfillmenttools:** bump n8n-workflow version to 1.
|
|
195
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.78.2 @dependabot[bot] [`57197cc`](https://github.com/skriptfabrik/n8n-nodes/commit/57197cc2ef71c2300c8bc2eb318dd2a0786f1de2)
|
|
113
196
|
|
|
114
|
-
|
|
197
|
+
### 🔧 Maintenance And Housekeeping
|
|
115
198
|
|
|
116
|
-
|
|
199
|
+
- bump n8n from 1.80.3 to 1.80.5 @dependabot[bot] [`674cfc9`](https://github.com/skriptfabrik/n8n-nodes/commit/674cfc92215dbdd371f5afa19ea406e5f9980528)
|
|
200
|
+
- bump n8n from 1.79.3 to 1.80.3 @dependabot[bot] [`945216b`](https://github.com/skriptfabrik/n8n-nodes/commit/945216bc6b9a5eb347c78585d36c2106294d31ad)
|
|
201
|
+
- bump nx dependencies to 20.4.6 @dependabot[bot] [`f72a490`](https://github.com/skriptfabrik/n8n-nodes/commit/f72a490405d18fe102a577203012dbca8c4d4895)
|
|
202
|
+
- bump @swc/core from 1.11.1 to 1.11.5 @dependabot[bot] [`78c874e`](https://github.com/skriptfabrik/n8n-nodes/commit/78c874e0853fd8c23d023ce5e0a92247ccee0c92)
|
|
203
|
+
- bump @swc/core from 1.10.18 to 1.11.1 @dependabot[bot] [`3dbbe2a`](https://github.com/skriptfabrik/n8n-nodes/commit/3dbbe2a662ba80a65ae1e6c830e42b594db0aab6)
|
|
204
|
+
- bump nx from 20.4.5 to 20.4.6 @dependabot[bot] [`2be107b`](https://github.com/skriptfabrik/n8n-nodes/commit/2be107bb40994e27a72665c9592e286864891c85)
|
|
205
|
+
- bump @types/node version to 20.17.22 @dependabot[bot] [`2908f63`](https://github.com/skriptfabrik/n8n-nodes/commit/2908f63a12ee9facd4dba95043ab6a0229b13cbe)
|
|
206
|
+
- bump eslint from 9.20.1 to 9.21.0 @dependabot[bot] [`bbcd41c`](https://github.com/skriptfabrik/n8n-nodes/commit/bbcd41cbf866e63efb2f082deb265a838154def4)
|
|
207
|
+
- bump n8n from 1.79.2 to 1.79.3 @dependabot[bot] [`29557f2`](https://github.com/skriptfabrik/n8n-nodes/commit/29557f291ddf62ed0007872a39ede84ab076b17c)
|
|
208
|
+
- bump typescript-eslint from 8.24.1 to 8.25.0 @dependabot[bot] [`372126b`](https://github.com/skriptfabrik/n8n-nodes/commit/372126b2d5f4fa2f87fd38af6270c2bed8bd23ee)
|
|
209
|
+
- bump @eslint/js and @types/eslint__js @dependabot[bot] [`9a34c45`](https://github.com/skriptfabrik/n8n-nodes/commit/9a34c451d0dcba794371c011ec36bf708b9e4aeb)
|
|
210
|
+
- bump @eslint/eslintrc from 3.2.0 to 3.3.0 @dependabot[bot] [`0c5bbe5`](https://github.com/skriptfabrik/n8n-nodes/commit/0c5bbe595651e7dc8666a33747b132c209e46485)
|
|
211
|
+
- bump ts-jest from 29.2.5 to 29.2.6 @dependabot[bot] [`ffbccc7`](https://github.com/skriptfabrik/n8n-nodes/commit/ffbccc74682e92752717e3afa74a73e75a68c3d5)
|
|
212
|
+
- bump n8n-nodes-base version to 1.79.4 @dependabot[bot] [`d87e940`](https://github.com/skriptfabrik/n8n-nodes/commit/d87e94005781995e06dbfd10d4878ec2c46b81c4)
|
|
213
|
+
- bump n8n-nodes-base version to 1.79.2 @dependabot[bot] [`4913567`](https://github.com/skriptfabrik/n8n-nodes/commit/4913567ed82dca208f9c7ee2ade2bba37cee099d)
|
|
214
|
+
- bump prettier from 3.5.2 to 3.5.3 @dependabot[bot] [`b2897f0`](https://github.com/skriptfabrik/n8n-nodes/commit/b2897f0e7552afb1323047dfdf693a626c295b1f)
|
|
215
|
+
- bump @eslint/compat from 1.2.6 to 1.2.7 @dependabot[bot] [`1f9288f`](https://github.com/skriptfabrik/n8n-nodes/commit/1f9288f18aa09a61fddb698df5db323d76ce148b)
|
|
216
|
+
- bump prettier from 3.5.1 to 3.5.2 @dependabot[bot] [`d5cb632`](https://github.com/skriptfabrik/n8n-nodes/commit/d5cb6328792890d95a6a2bbeae2068477836c075)
|
|
217
|
+
- bump n8n-workflow version to 1.78.2 @dependabot[bot] [`3002177`](https://github.com/skriptfabrik/n8n-nodes/commit/3002177d76548e172390750281f55efedfbd00ea)
|
|
218
|
+
- bump node version in devcontainer to 20.18.3 @dependabot[bot] [`f27128b`](https://github.com/skriptfabrik/n8n-nodes/commit/f27128be6c1cb47dbe0f6edbb04c12bf77dc7a9b)
|
|
219
|
+
- bump node version in package.json to 20.18.3 @dependabot[bot] [`82c0137`](https://github.com/skriptfabrik/n8n-nodes/commit/82c01372893729dcd698c3ba4100064875e169c7)
|
|
117
220
|
|
|
118
|
-
|
|
221
|
+
## [fulfillmenttools-0.1.28](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.27...fulfillmenttools-0.1.28)
|
|
119
222
|
|
|
120
|
-
|
|
223
|
+
### 🐛 Bug Fixes
|
|
121
224
|
|
|
122
|
-
|
|
225
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.78.1 @dependabot[bot] [`09b2033`](https://github.com/skriptfabrik/n8n-nodes/commit/09b2033d7500ee0f0dec58f38c52a90126296cb7)
|
|
123
226
|
|
|
124
|
-
|
|
227
|
+
### 🔧 Maintenance And Housekeeping
|
|
125
228
|
|
|
126
|
-
|
|
229
|
+
- bump n8n from 1.78.1 to 1.79.2 @dependabot[bot] [`3b199b6`](https://github.com/skriptfabrik/n8n-nodes/commit/3b199b662f6a4a870ef8bb3c45a928e685b652b0)
|
|
230
|
+
- bump nx dependencies to 20.4.5 @dependabot[bot] [`8f57f9d`](https://github.com/skriptfabrik/n8n-nodes/commit/8f57f9d7e61e2ab049fa64a2019a266f316fd30c)
|
|
231
|
+
- bump @swc/core from 1.10.17 to 1.10.18 @dependabot[bot] [`966383e`](https://github.com/skriptfabrik/n8n-nodes/commit/966383ee6c844d10cd487bf39c9e17a56d414a69)
|
|
232
|
+
- bump nx from 20.4.4 to 20.4.5 @dependabot[bot] [`0ae617a`](https://github.com/skriptfabrik/n8n-nodes/commit/0ae617a8c188a024a0e1c91c0bad7d7f325836d6)
|
|
233
|
+
- bump n8n-workflow version to 1.78.1 @dependabot[bot] [`e738fca`](https://github.com/skriptfabrik/n8n-nodes/commit/e738fcacd66cbf1313c0b282302f43d9f05b435e)
|
|
234
|
+
- bump n8n-nodes-base version to 1.79.1 @dependabot[bot] [`22461dc`](https://github.com/skriptfabrik/n8n-nodes/commit/22461dcda005409bd9f6e375c9be4a7842829f8b)
|
|
127
235
|
|
|
128
|
-
|
|
236
|
+
## [fulfillmenttools-0.1.27](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.26...fulfillmenttools-0.1.27)
|
|
129
237
|
|
|
130
|
-
|
|
238
|
+
### 👷 Continuous Integration
|
|
131
239
|
|
|
132
|
-
|
|
240
|
+
- remove subdirectory update [N8N-27](https://skriptfabrik.atlassian.net/browse/N8N-27) @MaSpeng [`2db030b`](https://github.com/skriptfabrik/n8n-nodes/commit/2db030b432c3e75b7f5f9da21a2a4f3e2a8f2ea6)
|
|
133
241
|
|
|
134
|
-
###
|
|
242
|
+
### 🐛 Bug Fixes
|
|
135
243
|
|
|
136
|
-
- **fulfillmenttools:** bump n8n-workflow version to 1.
|
|
244
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.77.0 @dependabot[bot] [`5cd1b01`](https://github.com/skriptfabrik/n8n-nodes/commit/5cd1b013606d29a14e987f9f69a6218772511da7)
|
|
137
245
|
|
|
138
|
-
|
|
246
|
+
### 🔧 Maintenance And Housekeeping
|
|
139
247
|
|
|
140
|
-
|
|
248
|
+
- bump n8n from 1.77.3 to 1.78.1 @dependabot[bot] [`edd78d4`](https://github.com/skriptfabrik/n8n-nodes/commit/edd78d4eba524b2f1a61eef4a2c4e0c2e1fbb997)
|
|
249
|
+
- bump nx dependencies to 20.4.4 @dependabot[bot] [`dac9d9c`](https://github.com/skriptfabrik/n8n-nodes/commit/dac9d9c2a1ba6b0227a7c119f8fc5ca7b9630252)
|
|
250
|
+
- bump @swc/core from 1.10.15 to 1.10.17 @dependabot[bot] [`4531f28`](https://github.com/skriptfabrik/n8n-nodes/commit/4531f28c4d7c2c16c12e5625ebcb33f44e46e6d8)
|
|
251
|
+
- bump nx from 20.4.2 to 20.4.4 @dependabot[bot] [`d95735b`](https://github.com/skriptfabrik/n8n-nodes/commit/d95735be16714d618f174bb283cc51de1c9046e6)
|
|
252
|
+
- bump @types/node version to 20.17.19 @dependabot[bot] [`5295cec`](https://github.com/skriptfabrik/n8n-nodes/commit/5295cec2e0f76cfb35fcc7484bfba1bf0fd044ec)
|
|
253
|
+
- bump typescript-eslint from 8.23.0 to 8.24.1 @dependabot[bot] [`171dd08`](https://github.com/skriptfabrik/n8n-nodes/commit/171dd084daa5b2a44977a2f4b97fde44c69db6fe)
|
|
254
|
+
- bump eslint from 9.20.0 to 9.20.1 @dependabot[bot] [`947f05d`](https://github.com/skriptfabrik/n8n-nodes/commit/947f05d9248cd8e82a62fe48535c175b2bd80a42)
|
|
255
|
+
- bump n8n-nodes-base version to 1.78.0 @dependabot[bot] [`e175c5e`](https://github.com/skriptfabrik/n8n-nodes/commit/e175c5e8327d2500509e0cbc8356ccc8a2d086cd)
|
|
256
|
+
- bump form-data from 4.0.1 to 4.0.2 @dependabot[bot] [`cbe00c4`](https://github.com/skriptfabrik/n8n-nodes/commit/cbe00c48d3150ecd5836216f765c1e8ab405fc8b)
|
|
257
|
+
- bump n8n-workflow version to 1.77.0 @dependabot[bot] [`cb210b9`](https://github.com/skriptfabrik/n8n-nodes/commit/cb210b917fd32f1a862a0efc121483a82919c6ea)
|
|
258
|
+
- bump prettier from 3.5.0 to 3.5.1 @dependabot[bot] [`0167ef3`](https://github.com/skriptfabrik/n8n-nodes/commit/0167ef3eb8eb509d16bb609e9f232c1e8fad4596)
|
|
259
|
+
- bump @eslint/js from 9.19.0 to 9.20.0 @dependabot[bot] [`76b097c`](https://github.com/skriptfabrik/n8n-nodes/commit/76b097c9fb4b9d183faa80f3910f0f374ff29231)
|
|
260
|
+
|
|
261
|
+
## [fulfillmenttools-0.1.26](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.25...fulfillmenttools-0.1.26)
|
|
262
|
+
|
|
263
|
+
### 🐛 Bug Fixes
|
|
141
264
|
|
|
142
|
-
- **fulfillmenttools:** bump n8n-workflow version to 1.
|
|
265
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.76.2 @dependabot[bot] [`a665b85`](https://github.com/skriptfabrik/n8n-nodes/commit/a665b85b428acd64783beede65e50a1b9ebfe0b5)
|
|
143
266
|
|
|
144
|
-
###
|
|
267
|
+
### 🔧 Maintenance And Housekeeping
|
|
145
268
|
|
|
146
|
-
-
|
|
269
|
+
- bump n8n from 1.76.3 to 1.77.3 @dependabot[bot] [`1424767`](https://github.com/skriptfabrik/n8n-nodes/commit/142476753a7aa2023a85fce45dffe16b34dfe618)
|
|
270
|
+
- bump nx dependencies to 20.4.2 @dependabot[bot] [`2550cee`](https://github.com/skriptfabrik/n8n-nodes/commit/2550ceeea80221b007e3d49be60d34bce9fd40be)
|
|
271
|
+
- bump @swc/core from 1.10.14 to 1.10.15 @dependabot[bot] [`bff9cd4`](https://github.com/skriptfabrik/n8n-nodes/commit/bff9cd474217f5656e015f8e0a8ef1084493cfe2)
|
|
272
|
+
- bump nx from 20.4.0 to 20.4.2 @dependabot[bot] [`42b8124`](https://github.com/skriptfabrik/n8n-nodes/commit/42b8124595ba1d9cdae70644dd217f0a35afe38e)
|
|
273
|
+
- bump eslint from 9.19.0 to 9.20.0 @dependabot[bot] [`52be956`](https://github.com/skriptfabrik/n8n-nodes/commit/52be9565473fa4ed386a03c9c7e7069870567484)
|
|
274
|
+
- bump n8n-nodes-base version to 1.77.2 @dependabot[bot] [`63d6103`](https://github.com/skriptfabrik/n8n-nodes/commit/63d6103df1410e725bd519db268f8740ab72a59a)
|
|
275
|
+
- bump n8n-workflow version to 1.76.2 @dependabot[bot] [`1be9277`](https://github.com/skriptfabrik/n8n-nodes/commit/1be927779bd2f7f895c0e7d942c835e051ae2a09)
|
|
276
|
+
- bump prettier from 3.4.2 to 3.5.0 @dependabot[bot] [`d6bebd3`](https://github.com/skriptfabrik/n8n-nodes/commit/d6bebd3f2f2c3bb3d7eda3f0d250927ac1b8c198)
|
|
147
277
|
|
|
148
|
-
## 0.1.
|
|
278
|
+
## [fulfillmenttools-0.1.25](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.24...fulfillmenttools-0.1.25)
|
|
149
279
|
|
|
150
|
-
###
|
|
280
|
+
### 🐛 Bug Fixes
|
|
281
|
+
|
|
282
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.75.1 @dependabot[bot] [`ecc03b8`](https://github.com/skriptfabrik/n8n-nodes/commit/ecc03b85941553a506fb055e32c3ece5a2da2d47)
|
|
283
|
+
|
|
284
|
+
### 🔧 Maintenance And Housekeeping
|
|
285
|
+
|
|
286
|
+
- bump n8n from 1.76.2 to 1.76.3 @dependabot[bot] [`d221f3a`](https://github.com/skriptfabrik/n8n-nodes/commit/d221f3afd51580299f3901f736ace576bd3bbca9)
|
|
287
|
+
- bump @swc/core from 1.10.12 to 1.10.14 @dependabot[bot] [`f5f2912`](https://github.com/skriptfabrik/n8n-nodes/commit/f5f2912d0c40af90d723dc668128a6b05af17d47)
|
|
288
|
+
- bump @types/node version to 20.17.17 @dependabot[bot] [`44a0f45`](https://github.com/skriptfabrik/n8n-nodes/commit/44a0f45ecb89652d32db5e6134dd9ab5bfa44fec)
|
|
289
|
+
- bump @commitlint/cli from 19.6.1 to 19.7.1 @dependabot[bot] [`fc8c804`](https://github.com/skriptfabrik/n8n-nodes/commit/fc8c804d27756f6742f633ad129d25ed2b56ded9)
|
|
290
|
+
- bump typescript-eslint from 8.22.0 to 8.23.0 @dependabot[bot] [`eea4721`](https://github.com/skriptfabrik/n8n-nodes/commit/eea47211b7d8e7ac617665b0e38d37746922b53f)
|
|
291
|
+
- bump n8n from 1.76.1 to 1.76.2 @dependabot[bot] [`8b8d4ef`](https://github.com/skriptfabrik/n8n-nodes/commit/8b8d4efa517ee4f72c12780033af291aa790caf4)
|
|
292
|
+
- bump openapi-typescript from 7.6.0 to 7.6.1 @dependabot[bot] [`d2391f0`](https://github.com/skriptfabrik/n8n-nodes/commit/d2391f054d86cf16dcfb23da09355c41c1d35f7a)
|
|
293
|
+
- bump n8n-workflow version to 1.75.1 @dependabot[bot] [`aaaaf5f`](https://github.com/skriptfabrik/n8n-nodes/commit/aaaaf5f0255c0c70100f149592d57343afe1dcaf)
|
|
294
|
+
- bump @eslint/compat from 1.2.5 to 1.2.6 @dependabot[bot] [`148f067`](https://github.com/skriptfabrik/n8n-nodes/commit/148f067c01083b96eee5e4144db4407b87445823)
|
|
295
|
+
- bump @commitlint/config-nx-scopes from 19.5.0 to 19.7.1 @dependabot[bot] [`0fdbf71`](https://github.com/skriptfabrik/n8n-nodes/commit/0fdbf71b60a3072acca2040080486366a57815cf)
|
|
296
|
+
- bump @commitlint/config-conventional from 19.6.0 to 19.7.1 @dependabot[bot] [`a42844b`](https://github.com/skriptfabrik/n8n-nodes/commit/a42844bdfb3b6a2eefb35e622943a05244f8485e)
|
|
297
|
+
- bump n8n-nodes-base version to 1.76.1 @dependabot[bot] [`6b0f01c`](https://github.com/skriptfabrik/n8n-nodes/commit/6b0f01c784896d3a5ac91a65f0a0673bcc72d102)
|
|
298
|
+
|
|
299
|
+
## [fulfillmenttools-0.1.24](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.23...fulfillmenttools-0.1.24)
|
|
300
|
+
|
|
301
|
+
### 🐛 Bug Fixes
|
|
302
|
+
|
|
303
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.75.0 @dependabot[bot] [`c6b2923`](https://github.com/skriptfabrik/n8n-nodes/commit/c6b29239fcc779f8c09cc6b999993ac68c94263c)
|
|
151
304
|
|
|
152
|
-
|
|
305
|
+
### 🔧 Maintenance And Housekeeping
|
|
153
306
|
|
|
154
|
-
|
|
307
|
+
- bump n8n from 1.75.2 to 1.76.1 @dependabot[bot] [`0c04d9a`](https://github.com/skriptfabrik/n8n-nodes/commit/0c04d9a7ec1f535f007e8e6afcdf050776f1f1be)
|
|
308
|
+
- bump nx dependencies to 20.4.0 @dependabot[bot] [`42a78c1`](https://github.com/skriptfabrik/n8n-nodes/commit/42a78c1be2aeac4abbdc78698b982408a6fcafde)
|
|
309
|
+
- bump nx dependencies to 20.3.3 @dependabot[bot] [`c961606`](https://github.com/skriptfabrik/n8n-nodes/commit/c961606e16790eaf57cafa5fdb4395c3823e2b2d)
|
|
310
|
+
- bump nx from 20.3.2 to 20.3.3 @dependabot[bot] [`59e607b`](https://github.com/skriptfabrik/n8n-nodes/commit/59e607b8c0e563620b83683ffc3840cc072633f4)
|
|
311
|
+
- bump @swc/core from 1.10.9 to 1.10.11 @dependabot[bot] [`ef275f2`](https://github.com/skriptfabrik/n8n-nodes/commit/ef275f2a106759bffc89012f4dc112fd1e32a8e0)
|
|
312
|
+
- bump nx from 20.3.3 to 20.4.0 @dependabot[bot] [`d0e6ff7`](https://github.com/skriptfabrik/n8n-nodes/commit/d0e6ff715f73f859cbdddaf42e04b4cb2f6c8ab4)
|
|
313
|
+
- bump @swc/core from 1.10.11 to 1.10.12 @dependabot[bot] [`1dbecb6`](https://github.com/skriptfabrik/n8n-nodes/commit/1dbecb650d97cfca534c28e0ddf7798d053579fe)
|
|
314
|
+
- bump eslint from 9.18.0 to 9.19.0 @dependabot[bot] [`a17daa6`](https://github.com/skriptfabrik/n8n-nodes/commit/a17daa635c1aef7bbc16f33e2801fcdea97d49c7)
|
|
315
|
+
- bump typescript-eslint from 8.21.0 to 8.22.0 @dependabot[bot] [`078fa93`](https://github.com/skriptfabrik/n8n-nodes/commit/078fa93c0807deb97413964f7fade9f0247d0c28)
|
|
316
|
+
- bump openapi-typescript from 7.5.2 to 7.6.0 @dependabot[bot] [`9ec135b`](https://github.com/skriptfabrik/n8n-nodes/commit/9ec135b01e7b0fd7cd9ff41ea8999b77fb1e1191)
|
|
317
|
+
- bump moment-timezone from 0.5.46 to 0.5.47 @dependabot[bot] [`9f36f8f`](https://github.com/skriptfabrik/n8n-nodes/commit/9f36f8f15be19615dcd802e5ac3b1a3ea504f311)
|
|
318
|
+
- bump n8n-nodes-base version to 1.76.0 @dependabot[bot] [`b54e499`](https://github.com/skriptfabrik/n8n-nodes/commit/b54e4994d5e05e3286b4ebf1a7272570243a7a35)
|
|
319
|
+
- bump n8n-workflow version to 1.75.0 @dependabot[bot] [`50e8c27`](https://github.com/skriptfabrik/n8n-nodes/commit/50e8c2722ae0dee3c3e835416674fecf68283bae)
|
|
320
|
+
- bump @eslint/js from 9.18.0 to 9.19.0 @dependabot[bot] [`d07fd89`](https://github.com/skriptfabrik/n8n-nodes/commit/d07fd892607e546236da3a8891a28aef90dfb949)
|
|
321
|
+
- bump node version in devcontainer to 20.18.2 @dependabot[bot] [`e6823d3`](https://github.com/skriptfabrik/n8n-nodes/commit/e6823d32e22a09cfe9bf3c90f6e5deec1a1fdef8)
|
|
322
|
+
- bump node version in package.json to 20.18.2 @dependabot[bot] [`64a0ca1`](https://github.com/skriptfabrik/n8n-nodes/commit/64a0ca18107002f60a913a92368a043cb05a99d7)
|
|
155
323
|
|
|
156
|
-
-
|
|
324
|
+
## [fulfillmenttools-0.1.23](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.22...fulfillmenttools-0.1.23)
|
|
157
325
|
|
|
158
|
-
|
|
326
|
+
### 🐛 Bug Fixes
|
|
159
327
|
|
|
160
|
-
|
|
328
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.74.0 @dependabot[bot] [`a5b24eb`](https://github.com/skriptfabrik/n8n-nodes/commit/a5b24eb0dbafa77c11aab02d9d3033c9db46e2ec)
|
|
161
329
|
|
|
162
|
-
|
|
330
|
+
### 🔧 Maintenance And Housekeeping
|
|
163
331
|
|
|
164
|
-
|
|
332
|
+
- bump n8n from 1.74.2 to 1.74.3 @dependabot[bot] [`7fb3e77`](https://github.com/skriptfabrik/n8n-nodes/commit/7fb3e7756acfba8780befe35565a3cacc0faa3b4)
|
|
333
|
+
- bump nx from 20.3.1 to 20.3.2 @dependabot[bot] [`b3c383e`](https://github.com/skriptfabrik/n8n-nodes/commit/b3c383e56c25a405b74120a9d7db03d4cce5d3f9)
|
|
334
|
+
- bump nx dependencies to 20.3.2 @dependabot[bot] [`42a4e9c`](https://github.com/skriptfabrik/n8n-nodes/commit/42a4e9cf8ae28b7e5d14df3a164698a981fe8374)
|
|
335
|
+
- bump n8n from 1.74.3 to 1.75.2 @dependabot[bot] [`a32c4df`](https://github.com/skriptfabrik/n8n-nodes/commit/a32c4df397aa12fab6845b54d8f191efc6bd14fd)
|
|
336
|
+
- bump n8n-workflow version to 1.74.0 @dependabot[bot] [`3505d2b`](https://github.com/skriptfabrik/n8n-nodes/commit/3505d2b601e1a307471059081aa3fbcd1d86e281)
|
|
337
|
+
- bump @swc/core from 1.10.8 to 1.10.9 @dependabot[bot] [`26b61bd`](https://github.com/skriptfabrik/n8n-nodes/commit/26b61bd2a40c8250d6bfd44673d4dfea73747e12)
|
|
338
|
+
- bump @swc/core from 1.10.7 to 1.10.8 @dependabot[bot] [`0418f6b`](https://github.com/skriptfabrik/n8n-nodes/commit/0418f6b6e2a5d79255d0bdc7ae0f282bfb7fd5e0)
|
|
339
|
+
- bump @types/node version to 20.17.16 @dependabot[bot] [`86ad776`](https://github.com/skriptfabrik/n8n-nodes/commit/86ad776cbc0cb9b922c83f88658a636ec64a259a)
|
|
340
|
+
- bump typescript-eslint from 8.20.0 to 8.21.0 @dependabot[bot] [`bd99271`](https://github.com/skriptfabrik/n8n-nodes/commit/bd99271759103399ebffe3df2dc9c72702098ba5)
|
|
341
|
+
- bump n8n-nodes-base version to 1.74.2 @dependabot[bot] [`c4f2bd2`](https://github.com/skriptfabrik/n8n-nodes/commit/c4f2bd2702d05532fbb3cb87dc5a90d91df4b510)
|
|
342
|
+
- bump n8n-nodes-base version to 1.75.2 @dependabot[bot] [`ae4a50e`](https://github.com/skriptfabrik/n8n-nodes/commit/ae4a50ece5452a6901c15e71a5e3b1aca9627cae)
|
|
165
343
|
|
|
166
|
-
-
|
|
344
|
+
## [fulfillmenttools-0.1.22](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.21...fulfillmenttools-0.1.22)
|
|
167
345
|
|
|
168
|
-
|
|
346
|
+
### 🐛 Bug Fixes
|
|
169
347
|
|
|
170
|
-
|
|
348
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.73.0 @dependabot[bot] [`7f5d0e8`](https://github.com/skriptfabrik/n8n-nodes/commit/7f5d0e8b3df02e93ec8da011852dbb7aca222bb9)
|
|
171
349
|
|
|
172
|
-
|
|
350
|
+
### 🔧 Maintenance And Housekeeping
|
|
173
351
|
|
|
174
|
-
|
|
352
|
+
- bump n8n from 1.73.1 to 1.74.2 @dependabot[bot] [`e5dd336`](https://github.com/skriptfabrik/n8n-nodes/commit/e5dd336a99c0e62e7632685c09666103bb479113)
|
|
353
|
+
- bump @types/node version to 20.17.14 @dependabot[bot] [`1521528`](https://github.com/skriptfabrik/n8n-nodes/commit/1521528207438ffa3a5a9e434c31f9bb8a087dfe)
|
|
354
|
+
- bump typescript-eslint from 8.19.1 to 8.20.0 @dependabot[bot] [`aee2211`](https://github.com/skriptfabrik/n8n-nodes/commit/aee2211a5bee31caa25f86c0a87ce570bdd30aec)
|
|
355
|
+
- bump n8n-workflow version to 1.73.0 @dependabot[bot] [`79d04e8`](https://github.com/skriptfabrik/n8n-nodes/commit/79d04e848789ce40e87e98d97d1acd976bc73936)
|
|
356
|
+
- bump n8n-nodes-base version to 1.74.1 @dependabot[bot] [`d9476d1`](https://github.com/skriptfabrik/n8n-nodes/commit/d9476d1ee64da884eeb2b4868f87d365f84667de)
|
|
357
|
+
- bump node version in devcontainer to 20.18.1 @dependabot[bot] [`5b07028`](https://github.com/skriptfabrik/n8n-nodes/commit/5b0702888a7f5589415ce138ae899388a957d628)
|
|
358
|
+
- bump node version in package.json to 20.18.1 @dependabot[bot] [`c6179bf`](https://github.com/skriptfabrik/n8n-nodes/commit/c6179bff375a288e9b2c98de5a3fbf5636a732ba)
|
|
175
359
|
|
|
176
|
-
|
|
360
|
+
## [fulfillmenttools-0.1.21](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.20...fulfillmenttools-0.1.21)
|
|
177
361
|
|
|
178
|
-
|
|
362
|
+
### 🐛 Bug Fixes
|
|
179
363
|
|
|
180
|
-
|
|
364
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.72.0 @dependabot[bot] [`783ea4c`](https://github.com/skriptfabrik/n8n-nodes/commit/783ea4ca8e8296738f67e90289c0b797d1964885)
|
|
181
365
|
|
|
366
|
+
### 🔧 Maintenance And Housekeeping
|
|
182
367
|
|
|
183
|
-
|
|
368
|
+
- bump nx dependencies to 20.3.1 @dependabot[bot] [`31bc162`](https://github.com/skriptfabrik/n8n-nodes/commit/31bc1624fc50beed548f56a2ecd4778b4e9d79ac)
|
|
369
|
+
- bump typescript from 5.7.2 to 5.7.3 @dependabot[bot] [`0925a37`](https://github.com/skriptfabrik/n8n-nodes/commit/0925a37d767df8c62638f6571f230b99f7aff93b)
|
|
370
|
+
- bump @swc/core from 1.10.4 to 1.10.7 @dependabot[bot] [`a82960d`](https://github.com/skriptfabrik/n8n-nodes/commit/a82960d5f0d81ec814f5a3f5f6f605ec5e2ae748)
|
|
371
|
+
- bump @swc/core from 1.10.1 to 1.10.4 @dependabot[bot] [`38b7b37`](https://github.com/skriptfabrik/n8n-nodes/commit/38b7b37eddc7d5e062e979c3b7557f118a8105e8)
|
|
372
|
+
- bump typescript-eslint from 8.19.0 to 8.19.1 @dependabot[bot] [`63f8a94`](https://github.com/skriptfabrik/n8n-nodes/commit/63f8a94e85f29a7850d2bad8b017e1ecda673d4c)
|
|
373
|
+
- bump nx from 20.3.0 to 20.3.1 @dependabot[bot] [`8c389ca`](https://github.com/skriptfabrik/n8n-nodes/commit/8c389ca8422075a52b1f8510fe0468c28b4ad135)
|
|
374
|
+
- bump n8n from 1.72.1 to 1.73.1 @dependabot[bot] [`0526e7f`](https://github.com/skriptfabrik/n8n-nodes/commit/0526e7ff53800f6f741e308b69f43a6ef54d017e)
|
|
375
|
+
- bump typescript-eslint from 8.18.2 to 8.19.0 @dependabot[bot] [`fb4b225`](https://github.com/skriptfabrik/n8n-nodes/commit/fb4b2251b4bc6b8eb8949611baa38f1653067b66)
|
|
376
|
+
- bump @types/node version to 20.17.12 @dependabot[bot] [`45fbd6a`](https://github.com/skriptfabrik/n8n-nodes/commit/45fbd6a00dfde9f47a09fe7fc919ef8998404bd7)
|
|
377
|
+
- bump openapi-typescript from 7.4.4 to 7.5.1 @dependabot[bot] [`5dec134`](https://github.com/skriptfabrik/n8n-nodes/commit/5dec13423a04e3ce6e5cd162747ca23f77c57110)
|
|
378
|
+
- bump eslint from 9.17.0 to 9.18.0 @dependabot[bot] [`7a9df81`](https://github.com/skriptfabrik/n8n-nodes/commit/7a9df815083130faf9fece3493474707fe473537)
|
|
379
|
+
- bump openapi-typescript from 7.5.1 to 7.5.2 @dependabot[bot] [`5ba26f7`](https://github.com/skriptfabrik/n8n-nodes/commit/5ba26f79335eeafe06f40372257063d58216d95c)
|
|
380
|
+
- bump n8n-nodes-base version to 1.73.1 @dependabot[bot] [`183fe01`](https://github.com/skriptfabrik/n8n-nodes/commit/183fe011247ec65bda73e93e8e6e8182c64cc264)
|
|
381
|
+
- bump @eslint/js from 9.17.0 to 9.18.0 @dependabot[bot] [`c399bd7`](https://github.com/skriptfabrik/n8n-nodes/commit/c399bd71d20f545c706ca43f414650ad0f259ab0)
|
|
382
|
+
- bump @eslint/compat from 1.2.4 to 1.2.5 @dependabot[bot] [`b083277`](https://github.com/skriptfabrik/n8n-nodes/commit/b083277755727a452fa20afa60c4926e508721a1)
|
|
383
|
+
- bump n8n-workflow version to 1.72.0 @dependabot[bot] [`9230d26`](https://github.com/skriptfabrik/n8n-nodes/commit/9230d26c81153018e93691c920f09b14f8b06c7a)
|
|
184
384
|
|
|
185
|
-
|
|
385
|
+
## [fulfillmenttools-0.1.20](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.19...fulfillmenttools-0.1.20)
|
|
186
386
|
|
|
187
|
-
|
|
387
|
+
### 🐛 Bug Fixes
|
|
188
388
|
|
|
389
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.71.1 @dependabot[bot] [`9d08f55`](https://github.com/skriptfabrik/n8n-nodes/commit/9d08f55b90baec6a4b07971275248f810e7b7d4c)
|
|
189
390
|
|
|
190
|
-
###
|
|
391
|
+
### 🔧 Maintenance And Housekeeping
|
|
191
392
|
|
|
192
|
-
-
|
|
393
|
+
- bump n8n from 1.71.3 to 1.72.1 @dependabot[bot] [`4b57edd`](https://github.com/skriptfabrik/n8n-nodes/commit/4b57eddb7fbfc34bbca369b53f4282001ea01b02)
|
|
394
|
+
- bump nx dependencies to 20.3.0 @dependabot[bot] [`3fe1426`](https://github.com/skriptfabrik/n8n-nodes/commit/3fe14264027ba8a827e19c44d23be9a2cf691dc5)
|
|
395
|
+
- bump nx from 20.2.2 to 20.3.0 @dependabot[bot] [`efbc3b4`](https://github.com/skriptfabrik/n8n-nodes/commit/efbc3b485dfb09210f4bba79b747aee957f724ab)
|
|
396
|
+
- bump typescript-eslint from 8.18.0 to 8.18.2 @dependabot[bot] [`0215d82`](https://github.com/skriptfabrik/n8n-nodes/commit/0215d829fb3067f460963db8e8d8312bf1dd71b4)
|
|
397
|
+
- bump n8n-workflow version to 1.71.1 @dependabot[bot] [`2e03210`](https://github.com/skriptfabrik/n8n-nodes/commit/2e03210f36891c2d223f0d2ab88bca5277202ebc)
|
|
398
|
+
- bump n8n-nodes-base version to 1.72.1 @dependabot[bot] [`5ecf146`](https://github.com/skriptfabrik/n8n-nodes/commit/5ecf146699ab4dc15693aeed42758784e3252d5b)
|
|
193
399
|
|
|
194
|
-
## 0.1.
|
|
400
|
+
## [fulfillmenttools-0.1.19](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.18...fulfillmenttools-0.1.19)
|
|
195
401
|
|
|
402
|
+
### 🐛 Bug Fixes
|
|
196
403
|
|
|
197
|
-
|
|
404
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.70.1 @dependabot[bot] [`ab04f03`](https://github.com/skriptfabrik/n8n-nodes/commit/ab04f0382e1726454ff02a7a491ddcb303a42a0c)
|
|
198
405
|
|
|
199
|
-
|
|
406
|
+
### 🔧 Maintenance And Housekeeping
|
|
200
407
|
|
|
201
|
-
-
|
|
408
|
+
- bump @commitlint/cli from 19.6.0 to 19.6.1 @dependabot[bot] [`79d21c5`](https://github.com/skriptfabrik/n8n-nodes/commit/79d21c5786c37810047318134cf4c5ea919fcc9a)
|
|
409
|
+
- bump eslint from 9.16.0 to 9.17.0 @dependabot[bot] [`862179f`](https://github.com/skriptfabrik/n8n-nodes/commit/862179f01158c34f4bac41e441ab3b31e4d6c759)
|
|
410
|
+
- bump n8n from 1.71.2 to 1.71.3 @dependabot[bot] [`0affd2f`](https://github.com/skriptfabrik/n8n-nodes/commit/0affd2fc4ae9191d68dbbaac8941e802f9550d01)
|
|
411
|
+
- bump @eslint/js from 9.16.0 to 9.17.0 @dependabot[bot] [`d5c20d4`](https://github.com/skriptfabrik/n8n-nodes/commit/d5c20d42b1ae9ef7f2d4a1cc6df4eb363a3c6500)
|
|
412
|
+
- bump n8n-workflow version to 1.70.1 @dependabot[bot] [`f58e4c5`](https://github.com/skriptfabrik/n8n-nodes/commit/f58e4c5212fd32c53a0be719acc501c3dfe54bbc)
|
|
413
|
+
- bump n8n-nodes-base version to 1.71.3 @dependabot[bot] [`3654532`](https://github.com/skriptfabrik/n8n-nodes/commit/365453238e780887c06703b2c01a25759f122c17)
|
|
202
414
|
|
|
415
|
+
## [fulfillmenttools-0.1.18](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.17...fulfillmenttools-0.1.18)
|
|
203
416
|
|
|
204
|
-
###
|
|
417
|
+
### 🐛 Bug Fixes
|
|
205
418
|
|
|
206
|
-
-
|
|
419
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.70.0 @dependabot[bot] [`41f7cb0`](https://github.com/skriptfabrik/n8n-nodes/commit/41f7cb0cce5e372fd348fa88b05fbeb1e02e85a0)
|
|
207
420
|
|
|
208
|
-
|
|
421
|
+
### 🔧 Maintenance And Housekeeping
|
|
209
422
|
|
|
423
|
+
- bump n8n from 1.70.3 to 1.71.2 @dependabot[bot] [`81db234`](https://github.com/skriptfabrik/n8n-nodes/commit/81db234a5ba7d12a27fbc999756e6de6fc2f35b6)
|
|
424
|
+
- bump nx dependencies to 20.2.1 @dependabot[bot] [`539e315`](https://github.com/skriptfabrik/n8n-nodes/commit/539e31558596741573e98957abe0825ddc5e9f0a)
|
|
425
|
+
- bump nx dependencies to 20.2.2 @dependabot[bot] [`b74afc2`](https://github.com/skriptfabrik/n8n-nodes/commit/b74afc2f4d06805d5d02e09035b2ac1fbaef62f0)
|
|
426
|
+
- bump @swc/core from 1.10.0 to 1.10.1 @dependabot[bot] [`b41f2df`](https://github.com/skriptfabrik/n8n-nodes/commit/b41f2df9fafee91a780e4e96e83c45c6611613a0)
|
|
427
|
+
- bump nx from 20.2.1 to 20.2.2 @dependabot[bot] [`4dea1f5`](https://github.com/skriptfabrik/n8n-nodes/commit/4dea1f5e97b1b11f19849b215cb6f8d89e386d3b)
|
|
428
|
+
- bump nx from 20.1.4 to 20.2.1 @dependabot[bot] [`79d8dec`](https://github.com/skriptfabrik/n8n-nodes/commit/79d8dec0ee0042567d4ec497d6ea7c1b41ec527c)
|
|
429
|
+
- bump @types/node version to 20.17.10 @dependabot[bot] [`f3a9f79`](https://github.com/skriptfabrik/n8n-nodes/commit/f3a9f79fb717ffaaf1c111151faf910057c6f0a7)
|
|
430
|
+
- bump typescript-eslint from 8.17.0 to 8.18.0 @dependabot[bot] [`9144526`](https://github.com/skriptfabrik/n8n-nodes/commit/91445266925567074a1edf5595f31971565edf65)
|
|
431
|
+
- bump n8n-workflow version to 1.70.0 @dependabot[bot] [`31e302f`](https://github.com/skriptfabrik/n8n-nodes/commit/31e302f49ac0b1aef96c285e5a13562241cdb5cc)
|
|
432
|
+
- bump n8n-nodes-base version to 1.71.2 @dependabot[bot] [`c413f85`](https://github.com/skriptfabrik/n8n-nodes/commit/c413f85a0ed3f8907eea8bc6bb86ca9d55de40d5)
|
|
210
433
|
|
|
211
|
-
|
|
434
|
+
## [fulfillmenttools-0.1.17](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.16...fulfillmenttools-0.1.17)
|
|
212
435
|
|
|
213
|
-
|
|
436
|
+
### 🐛 Bug Fixes
|
|
214
437
|
|
|
215
|
-
|
|
438
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.69.0 @dependabot[bot] [`23347fb`](https://github.com/skriptfabrik/n8n-nodes/commit/23347fb82fb4abae39fbe6630c8414762fc09104)
|
|
216
439
|
|
|
440
|
+
### 🔧 Maintenance And Housekeeping
|
|
217
441
|
|
|
218
|
-
|
|
442
|
+
- bump n8n from 1.69.2 to 1.70.3 @dependabot[bot] [`b0ef386`](https://github.com/skriptfabrik/n8n-nodes/commit/b0ef3862e23157b4949faba3df03081b640c7045)
|
|
443
|
+
- bump nx dependencies to 20.1.4 @dependabot[bot] [`0d84a5b`](https://github.com/skriptfabrik/n8n-nodes/commit/0d84a5b69f39d5d24548348f2032c7c09e4fa219)
|
|
444
|
+
- bump @swc/core from 1.9.3 to 1.10.0 @dependabot[bot] [`4e489fb`](https://github.com/skriptfabrik/n8n-nodes/commit/4e489fb691082271332b5174d978e97d5a7bab89)
|
|
445
|
+
- bump nx from 20.1.3 to 20.1.4 @dependabot[bot] [`2303b49`](https://github.com/skriptfabrik/n8n-nodes/commit/2303b49d6265d092b98de4b578298593415bc571)
|
|
446
|
+
- bump eslint from 9.14.0 to 9.16.0 @dependabot[bot] [`ba69697`](https://github.com/skriptfabrik/n8n-nodes/commit/ba69697fa502e4512ad415556e68d55bc23c6f7c)
|
|
447
|
+
- bump typescript-eslint from 8.15.0 to 8.16.0 @dependabot[bot] [`2e65db6`](https://github.com/skriptfabrik/n8n-nodes/commit/2e65db6b58410eb008eb78618c2cf57e82223b48)
|
|
448
|
+
- bump typescript-eslint from 8.16.0 to 8.17.0 @dependabot[bot] [`373ac62`](https://github.com/skriptfabrik/n8n-nodes/commit/373ac62e8f664ac11b801c59a777740856d73701)
|
|
449
|
+
- bump n8n-nodes-base version to 1.70.1 @dependabot[bot] [`3f625c0`](https://github.com/skriptfabrik/n8n-nodes/commit/3f625c05595f89e581b0b86bd2b8a92e47999f64)
|
|
450
|
+
- bump prettier from 3.4.1 to 3.4.2 @dependabot[bot] [`ec41e7a`](https://github.com/skriptfabrik/n8n-nodes/commit/ec41e7a30c23c4ccb7bc9a77423e0a67200ac7a3)
|
|
451
|
+
- bump @eslint/compat from 1.2.3 to 1.2.4 @dependabot[bot] [`b0553e0`](https://github.com/skriptfabrik/n8n-nodes/commit/b0553e0747b571bc9a135153a53c51c8d656fefa)
|
|
452
|
+
- bump @eslint/js from 9.15.0 to 9.16.0 @dependabot[bot] [`8032f63`](https://github.com/skriptfabrik/n8n-nodes/commit/8032f636dd9c01777f56ffe36991d3ef3777f943)
|
|
453
|
+
- bump n8n-workflow version to 1.69.0 @dependabot[bot] [`2e40718`](https://github.com/skriptfabrik/n8n-nodes/commit/2e40718c7b83e26fca1b81e84a8a290be73ca69b)
|
|
219
454
|
|
|
220
|
-
|
|
455
|
+
## [fulfillmenttools-0.1.16](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.15...fulfillmenttools-0.1.16)
|
|
221
456
|
|
|
222
|
-
|
|
457
|
+
### 🐛 Bug Fixes
|
|
223
458
|
|
|
459
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.68.0 @dependabot[bot] [`418708c`](https://github.com/skriptfabrik/n8n-nodes/commit/418708c66a6ad9ea6077ee12df6a174f6ab7dd47)
|
|
224
460
|
|
|
225
|
-
###
|
|
461
|
+
### 🔧 Maintenance And Housekeeping
|
|
226
462
|
|
|
227
|
-
-
|
|
463
|
+
- bump @types/node version to 20.17.9 @dependabot[bot] [`8255650`](https://github.com/skriptfabrik/n8n-nodes/commit/82556502c9335d54ca2d536ef714cac57c512dd5)
|
|
464
|
+
- bump n8n from 1.68.0 to 1.69.2 @dependabot[bot] [`0465744`](https://github.com/skriptfabrik/n8n-nodes/commit/0465744142ad747129fade58385afba84e4ac76a)
|
|
465
|
+
- bump verdaccio from 5.32.2 to 5.33.0 @dependabot[bot] [`375f5cd`](https://github.com/skriptfabrik/n8n-nodes/commit/375f5cd163c7e1a87d5f7772ddf131b6e57abe95)
|
|
466
|
+
- bump @commitlint/config-conventional from 19.5.0 to 19.6.0 @dependabot[bot] [`5cbdd6d`](https://github.com/skriptfabrik/n8n-nodes/commit/5cbdd6deee8b737e695e14b68adf2d9e8e083c64)
|
|
467
|
+
- bump openapi-typescript from 7.4.3 to 7.4.4 @dependabot[bot] [`311af09`](https://github.com/skriptfabrik/n8n-nodes/commit/311af097927dd4b18b14d65f8044b86134ab0ba5)
|
|
468
|
+
- bump prettier from 3.3.3 to 3.4.1 @dependabot[bot] [`db74a44`](https://github.com/skriptfabrik/n8n-nodes/commit/db74a446de4ad80e865ea4792d153ec14eee856a)
|
|
469
|
+
- bump n8n-workflow version to 1.68.0 @dependabot[bot] [`bc14b62`](https://github.com/skriptfabrik/n8n-nodes/commit/bc14b6234ef1e43278f58b96abd050363b154e5e)
|
|
470
|
+
- bump n8n-nodes-base version to 1.69.0 @dependabot[bot] [`f26f282`](https://github.com/skriptfabrik/n8n-nodes/commit/f26f28266cbe66446b9bbb8fbc8075bdca1c431c)
|
|
228
471
|
|
|
229
|
-
## 0.1.
|
|
472
|
+
## [fulfillmenttools-0.1.15](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.14...fulfillmenttools-0.1.15)
|
|
230
473
|
|
|
474
|
+
### 👷 Continuous Integration
|
|
231
475
|
|
|
232
|
-
|
|
476
|
+
- remove obsolete groups configuration from dependabot [N8N-24](https://skriptfabrik.atlassian.net/browse/N8N-24) @MaSpeng [`a71291f`](https://github.com/skriptfabrik/n8n-nodes/commit/a71291fe99d0671aed913c4f09bf5c537974d2db)
|
|
233
477
|
|
|
234
|
-
|
|
478
|
+
### 🐛 Bug Fixes
|
|
235
479
|
|
|
236
|
-
|
|
480
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.67.0 @MaSpeng [`8c49a4a`](https://github.com/skriptfabrik/n8n-nodes/commit/8c49a4aec5e71aeae7589b512d758c7bc0be1673)
|
|
237
481
|
|
|
482
|
+
### 🔧 Maintenance And Housekeeping
|
|
238
483
|
|
|
239
|
-
|
|
484
|
+
- bump nx dependencies to 20.1.3 @dependabot[bot] [`b76c088`](https://github.com/skriptfabrik/n8n-nodes/commit/b76c088e639b129fbbe53e27bbdec1e5c7be30fe)
|
|
485
|
+
- bump typescript from 5.6.3 to 5.7.2 @dependabot[bot] [`953a0ad`](https://github.com/skriptfabrik/n8n-nodes/commit/953a0ad71b5a24575dafe1fb27f592314d947320)
|
|
486
|
+
- bump nx dependencies to 20.1.2 @dependabot[bot] [`a3955e0`](https://github.com/skriptfabrik/n8n-nodes/commit/a3955e0601c88cdee2b9709ce878fa0963bb086b)
|
|
487
|
+
- bump @swc/core from 1.9.2 to 1.9.3 @dependabot[bot] [`772be63`](https://github.com/skriptfabrik/n8n-nodes/commit/772be63ee77843972bc5f9ed46851d55d8c3a90d)
|
|
488
|
+
- bump nx from 20.1.2 to 20.1.3 @dependabot[bot] [`48607b4`](https://github.com/skriptfabrik/n8n-nodes/commit/48607b4b0e193624345b8eb65c134bd4aedbfe29)
|
|
489
|
+
- bump nx from 20.0.12 to 20.1.2 @dependabot[bot] [`d81f1a4`](https://github.com/skriptfabrik/n8n-nodes/commit/d81f1a4666f240403ed7637d3b38096dc12bcd22)
|
|
490
|
+
- bump @types/node version to 20.17.7 @MaSpeng [`a874133`](https://github.com/skriptfabrik/n8n-nodes/commit/a874133527ae38694b93496e5732f06d32353115)
|
|
491
|
+
- bump n8n from 1.67.1 to 1.68.0 [N8N-24](https://skriptfabrik.atlassian.net/browse/N8N-24) @MaSpeng [`cb45874`](https://github.com/skriptfabrik/n8n-nodes/commit/cb45874571d0c8797b41410071f3bc3cc0c6f478)
|
|
492
|
+
- bump typescript-eslint from 8.12.1 to 8.15.0 @dependabot[bot] [`84e4d0a`](https://github.com/skriptfabrik/n8n-nodes/commit/84e4d0af4aa6ff3f165fc1274bed9ff471d692db)
|
|
493
|
+
- bump tslib from 2.8.0 to 2.8.1 @dependabot[bot] [`730add4`](https://github.com/skriptfabrik/n8n-nodes/commit/730add40e539df1962f6722f359e658e04b4e357)
|
|
494
|
+
- bump @eslint/eslintrc from 3.1.0 to 3.2.0 @dependabot[bot] [`4bc22c2`](https://github.com/skriptfabrik/n8n-nodes/commit/4bc22c2e0e2cf83088bf6cbfa4355ec23fedfc0a)
|
|
495
|
+
- bump @commitlint/cli from 19.5.0 to 19.6.0 @dependabot[bot] [`3374d3a`](https://github.com/skriptfabrik/n8n-nodes/commit/3374d3a2e52a3f3b0dd04263e1da883e94e39cf9)
|
|
496
|
+
- bump @eslint/compat from 1.2.2 to 1.2.3 @dependabot[bot] [`ff16a0e`](https://github.com/skriptfabrik/n8n-nodes/commit/ff16a0e4f265e39ef5d4e1934870f0dd5da4874c)
|
|
497
|
+
- bump @eslint/js from 9.14.0 to 9.15.0 @dependabot[bot] [`7639a3c`](https://github.com/skriptfabrik/n8n-nodes/commit/7639a3ca407de5c95b12edcd39959dcdc0f2a095)
|
|
498
|
+
- bump n8n-workflow version to 1.67.0 @MaSpeng [`232edd6`](https://github.com/skriptfabrik/n8n-nodes/commit/232edd64b09bdba465dc1eb1adf738943b7f0363)
|
|
499
|
+
- bump n8n-nodes-base version to 1.68.0 @MaSpeng [`5dbeeb3`](https://github.com/skriptfabrik/n8n-nodes/commit/5dbeeb3a6276d26cf82c8bf68c5c08a051cc8136)
|
|
240
500
|
|
|
241
|
-
|
|
501
|
+
## [fulfillmenttools-0.1.14](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.13...fulfillmenttools-0.1.14)
|
|
242
502
|
|
|
243
|
-
|
|
503
|
+
### 🐛 Bug Fixes
|
|
244
504
|
|
|
505
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.66.0 @MaSpeng [`67e9837`](https://github.com/skriptfabrik/n8n-nodes/commit/67e983781da31d8773a8737ac87d87d41904a401)
|
|
245
506
|
|
|
246
|
-
###
|
|
507
|
+
### 🔧 Maintenance And Housekeeping
|
|
247
508
|
|
|
248
|
-
-
|
|
509
|
+
- bump n8n from 1.64.3 to 1.67.1 @dependabot[bot] [`bc29cb8`](https://github.com/skriptfabrik/n8n-nodes/commit/bc29cb860dcc990bb05da9824485ed7e2b12b7f5)
|
|
510
|
+
- bump nx dependencies to 20.0.12 @dependabot[bot] [`03e4e8a`](https://github.com/skriptfabrik/n8n-nodes/commit/03e4e8a3cafdfa46328256a35cf02a9019870943)
|
|
511
|
+
- bump nx from 20.0.6 to 20.0.12 @dependabot[bot] [`c6a3b60`](https://github.com/skriptfabrik/n8n-nodes/commit/c6a3b604e1387cfaf89984924c1d9b78b202521d)
|
|
512
|
+
- bump @swc/core from 1.8.0 to 1.9.2 @dependabot[bot] [`d9ffb14`](https://github.com/skriptfabrik/n8n-nodes/commit/d9ffb14cfed91b5d5a787c1d6e49306128f34503)
|
|
513
|
+
- bump @swc/helpers from 0.5.13 to 0.5.15 @dependabot[bot] [`caa19c6`](https://github.com/skriptfabrik/n8n-nodes/commit/caa19c6f6d1b4adf034760eca1735dc2dd51aeb6)
|
|
514
|
+
- bump openapi-typescript from 7.4.2 to 7.4.3 @dependabot[bot] [`6e96719`](https://github.com/skriptfabrik/n8n-nodes/commit/6e96719961cbf4c556d93e77355746fc166427b3)
|
|
515
|
+
- bump n8n-workflow version to 1.66.0 @MaSpeng [`a2ce9df`](https://github.com/skriptfabrik/n8n-nodes/commit/a2ce9df3c03d2c80eebbeba751a07a04a9ad8411)
|
|
516
|
+
- bump n8n-nodes-base version to 1.67.0 @MaSpeng [`5acf2ee`](https://github.com/skriptfabrik/n8n-nodes/commit/5acf2ee1c357e85db1ac0aa47e3345e00af6db43)
|
|
517
|
+
- bump @types/node version to 20.17.6 @MaSpeng [`8fd1bd1`](https://github.com/skriptfabrik/n8n-nodes/commit/8fd1bd15f8cf5c2eaba6d3a896bc786367bb7c81)
|
|
249
518
|
|
|
250
|
-
## 0.1.
|
|
519
|
+
## [fulfillmenttools-0.1.13](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.12...fulfillmenttools-0.1.13)
|
|
251
520
|
|
|
521
|
+
### 👷 Continuous Integration
|
|
252
522
|
|
|
253
|
-
|
|
523
|
+
- allow manual workflow dispatch for a n8n dependency update [N8N-25](https://skriptfabrik.atlassian.net/browse/N8N-25) @MaSpeng [`fa1eb1c`](https://github.com/skriptfabrik/n8n-nodes/commit/fa1eb1c2d75803cd779606f103bddcbb94c0b705)
|
|
524
|
+
|
|
525
|
+
### 🐛 Bug Fixes
|
|
254
526
|
|
|
255
|
-
- **fulfillmenttools:**
|
|
527
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.63.0 [N8N-24](https://skriptfabrik.atlassian.net/browse/N8N-24) @MaSpeng [`217d8a0`](https://github.com/skriptfabrik/n8n-nodes/commit/217d8a0e61d6d536b8c050a13dc8e26a24651218)
|
|
256
528
|
|
|
257
|
-
|
|
529
|
+
### 🔧 Maintenance And Housekeeping
|
|
258
530
|
|
|
531
|
+
- bump n8n from 1.63.4 to 1.64.3 [N8N-24](https://skriptfabrik.atlassian.net/browse/N8N-24) @MaSpeng [`de3b839`](https://github.com/skriptfabrik/n8n-nodes/commit/de3b83900f8bc3628b0255fbfded844062aae167)
|
|
532
|
+
- bump n8n-nodes-base version to 1.64.1 [N8N-24](https://skriptfabrik.atlassian.net/browse/N8N-24) @MaSpeng [`151d805`](https://github.com/skriptfabrik/n8n-nodes/commit/151d8058dc7ab3b2480812f0d1786393714098b0)
|
|
533
|
+
- bump nx dependencies to 20.0.6 @dependabot[bot] [`d4ea839`](https://github.com/skriptfabrik/n8n-nodes/commit/d4ea83923bc2e87c58ad3774ea3cd8ba3ad20045)
|
|
534
|
+
- bump @swc/core from 1.5.29 to 1.8.0 @dependabot[bot] [`18c9887`](https://github.com/skriptfabrik/n8n-nodes/commit/18c98872e5f321afe3add7a96ca7307a6bbf644c)
|
|
535
|
+
- bump nx from 20.0.3 to 20.0.6 @dependabot[bot] [`6ad4433`](https://github.com/skriptfabrik/n8n-nodes/commit/6ad4433551ed559573db4eab5423f55000f3d5fc)
|
|
536
|
+
- bump @types/node version to 20.17.6 [N8N-24](https://skriptfabrik.atlassian.net/browse/N8N-24) @MaSpeng [`ce2932b`](https://github.com/skriptfabrik/n8n-nodes/commit/ce2932ba58724734f54c8acc306b4ce772227263)
|
|
537
|
+
- bump eslint from 9.13.0 to 9.14.0 @dependabot[bot] [`f35d8e0`](https://github.com/skriptfabrik/n8n-nodes/commit/f35d8e06eef29a9668ebdf2b1ddb3b0442bffdcc)
|
|
538
|
+
- bump typescript-eslint from 8.10.0 to 8.12.1 @dependabot[bot] [`2415a46`](https://github.com/skriptfabrik/n8n-nodes/commit/2415a46287670d1a21502ee4269946d46d138707)
|
|
539
|
+
- bump openapi-typescript from 7.4.1 to 7.4.2 @dependabot[bot] [`2f4b723`](https://github.com/skriptfabrik/n8n-nodes/commit/2f4b723bd1f65b1eac9333fa8f828b79e1a7ba32)
|
|
540
|
+
- bump @eslint/js from 9.12.0 to 9.13.0 @dependabot[bot] [`1d6e8b1`](https://github.com/skriptfabrik/n8n-nodes/commit/1d6e8b1efb092f6b47b62b40cdeba7b88b3fbbdc)
|
|
541
|
+
- bump n8n-workflow version to 1.63.0 [N8N-24](https://skriptfabrik.atlassian.net/browse/N8N-24) @MaSpeng [`a310d0b`](https://github.com/skriptfabrik/n8n-nodes/commit/a310d0bd5e19ebcd43887d5943cc7d3989b8c89c)
|
|
542
|
+
- bump @eslint/js from 9.13.0 to 9.14.0 @dependabot[bot] [`46d6fde`](https://github.com/skriptfabrik/n8n-nodes/commit/46d6fdeb44cb73076f7f5f37cdeffafa7e2c199c)
|
|
543
|
+
- bump @eslint/compat from 1.2.0 to 1.2.2 @dependabot[bot] [`c4449ff`](https://github.com/skriptfabrik/n8n-nodes/commit/c4449ffb97fb41eca18cc3cf69f42555bfd872ba)
|
|
544
|
+
|
|
545
|
+
## [fulfillmenttools-0.1.12](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.11...fulfillmenttools-0.1.12)
|
|
546
|
+
|
|
547
|
+
### 🐛 Bug Fixes
|
|
548
|
+
|
|
549
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.62.0 @dependabot[bot] [`9802845`](https://github.com/skriptfabrik/n8n-nodes/commit/98028455ed1b233a1457cb280de356c7d8da7eac)
|
|
550
|
+
|
|
551
|
+
### 🔧 Maintenance And Housekeeping
|
|
259
552
|
|
|
260
|
-
|
|
553
|
+
- bump n8n from 1.62.6 to 1.63.4 @dependabot[bot] [`b22a98f`](https://github.com/skriptfabrik/n8n-nodes/commit/b22a98f4b0e03f78469b270083188762003d5bed)
|
|
554
|
+
- bump n8n-workflow version to 1.62.0 @dependabot[bot] [`887c739`](https://github.com/skriptfabrik/n8n-nodes/commit/887c739bc4a9c8e081e8cf357eb042ef32783517)
|
|
555
|
+
- bump n8n-nodes-base version to 1.63.0 @dependabot[bot] [`ca29323`](https://github.com/skriptfabrik/n8n-nodes/commit/ca29323e4291efbe3b6ef5d207a1b803811061f2)
|
|
556
|
+
- bump @types/node version to 20.17.0 @dependabot[bot] [`73f3231`](https://github.com/skriptfabrik/n8n-nodes/commit/73f3231d08254156b2eee4b412cc9a5c4afc9d02)
|
|
261
557
|
|
|
262
|
-
-
|
|
558
|
+
## [fulfillmenttools-0.1.11](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.10...fulfillmenttools-0.1.11)
|
|
263
559
|
|
|
264
|
-
|
|
560
|
+
### 🐛 Bug Fixes
|
|
265
561
|
|
|
562
|
+
- remove obsolete eslintignore [N8N-23](https://skriptfabrik.atlassian.net/browse/N8N-23) @MaSpeng [`59e3598`](https://github.com/skriptfabrik/n8n-nodes/commit/59e3598ccb88e49fc9566cce1e057d41b65f863f)
|
|
563
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.61.1 @dependabot[bot] [`2a45bcd`](https://github.com/skriptfabrik/n8n-nodes/commit/2a45bcd48fb8b9d7daa9266098982e5921e7ab1d)
|
|
564
|
+
|
|
565
|
+
### 🔧 Maintenance And Housekeeping
|
|
566
|
+
|
|
567
|
+
- bump n8n from 1.60.1 to 1.62.6 @dependabot[bot] [`d928ed9`](https://github.com/skriptfabrik/n8n-nodes/commit/d928ed9f4187d7dc5991fe014c6590dc04d714d2)
|
|
568
|
+
- update ESLint [N8N-23](https://skriptfabrik.atlassian.net/browse/N8N-23) @MaSpeng [`b2658a8`](https://github.com/skriptfabrik/n8n-nodes/commit/b2658a85e3ffcec7aadd2ed47fc3e4152a8ebc3b)
|
|
569
|
+
- bump tslib from 2.7.0 to 2.8.0 @dependabot[bot] [`02b199a`](https://github.com/skriptfabrik/n8n-nodes/commit/02b199a0ec099386d2a06cc28307fa8e5729c947)
|
|
570
|
+
- bump nx dependencies to 20.0.0 @dependabot[bot] [`18fad03`](https://github.com/skriptfabrik/n8n-nodes/commit/18fad035ad5e4a47d008c27609142be7761c95bd)
|
|
571
|
+
- bump nx from 19.8.2 to 20.0.0 @dependabot[bot] [`7658327`](https://github.com/skriptfabrik/n8n-nodes/commit/7658327b4ad2d59f733499be5a6c397646d89ab6)
|
|
572
|
+
- bump nx dependencies to 20.0.3 @dependabot[bot] [`def38ba`](https://github.com/skriptfabrik/n8n-nodes/commit/def38ba780740ab78ff643e55bfb3bc6ad5b00e1)
|
|
573
|
+
- bump typescript from 5.6.2 to 5.6.3 @dependabot[bot] [`0e02c33`](https://github.com/skriptfabrik/n8n-nodes/commit/0e02c33baa44dac8d8c79c2c88440d9632024875)
|
|
574
|
+
- bump form-data from 4.0.0 to 4.0.1 @dependabot[bot] [`b15f229`](https://github.com/skriptfabrik/n8n-nodes/commit/b15f229641adfe7a17944465e58a6eb4e9153f45)
|
|
575
|
+
- bump moment-timezone from 0.5.45 to 0.5.46 @dependabot[bot] [`c6debba`](https://github.com/skriptfabrik/n8n-nodes/commit/c6debba24b953a3ef9dcafedf7ef29d0f9e782bc)
|
|
576
|
+
- bump n8n-nodes-base version to 1.62.1 @dependabot[bot] [`d179eb2`](https://github.com/skriptfabrik/n8n-nodes/commit/d179eb2b4f6b88b605d4988447d70cb784323eaa)
|
|
577
|
+
- bump n8n-workflow version to 1.61.1 @dependabot[bot] [`4340ac6`](https://github.com/skriptfabrik/n8n-nodes/commit/4340ac6796a67123a611296b41ffa9b5675d7ce7)
|
|
578
|
+
- bump @stylistic/eslint-plugin from 2.8.0 to 2.9.0 @dependabot[bot] [`3e99fb8`](https://github.com/skriptfabrik/n8n-nodes/commit/3e99fb8c46dc9d76662d52a54a924cea1f048157)
|
|
579
|
+
- bump nx from 20.0.0 to 20.0.3 @dependabot[bot] [`d770998`](https://github.com/skriptfabrik/n8n-nodes/commit/d7709982241c3822d390386f539e7e22c5a56d3a)
|
|
580
|
+
- bump @types/node version to 20.16.11 @dependabot[bot] [`310e16b`](https://github.com/skriptfabrik/n8n-nodes/commit/310e16bf9a5967c6e030169612fb35520e80d784)
|
|
581
|
+
- bump typescript-eslint from 8.8.1 to 8.10.0 @dependabot[bot] [`9299d12`](https://github.com/skriptfabrik/n8n-nodes/commit/9299d12d9b9c6e3dfe79dfcf9b0e06e5ac1618e8)
|
|
582
|
+
- bump eslint from 9.12.0 to 9.13.0 @dependabot[bot] [`75aa27b`](https://github.com/skriptfabrik/n8n-nodes/commit/75aa27b9fd20c89463344f0c68a355b054e3a330)
|
|
583
|
+
- update list of ignored files for git [N8N-23](https://skriptfabrik.atlassian.net/browse/N8N-23) @MaSpeng [`13714c5`](https://github.com/skriptfabrik/n8n-nodes/commit/13714c5b202e73a14f057563a837819fd8202f25)
|
|
584
|
+
- update nx configuration [N8N-23](https://skriptfabrik.atlassian.net/browse/N8N-23) @MaSpeng [`72f15a8`](https://github.com/skriptfabrik/n8n-nodes/commit/72f15a893d9dcff8761c145cc2741f128198bdee)
|
|
585
|
+
- bump eslint-plugin-n8n-nodes-base from 1.16.2 to 1.16.3 @dependabot[bot] [`fc0e3f8`](https://github.com/skriptfabrik/n8n-nodes/commit/fc0e3f8856b6e8550016b59bcaf6d63dbc676716)
|
|
586
|
+
- fix linter errors [N8N-23](https://skriptfabrik.atlassian.net/browse/N8N-23) @MaSpeng [`68cb409`](https://github.com/skriptfabrik/n8n-nodes/commit/68cb409b74efc33cd6ee1226b6b7dc29a8afd9da)
|
|
587
|
+
- drop obsolete ESLint suppressions [N8N-23](https://skriptfabrik.atlassian.net/browse/N8N-23) @MaSpeng [`3e70e68`](https://github.com/skriptfabrik/n8n-nodes/commit/3e70e68aeb18f970b32205aaae51a523f93c24f0)
|
|
588
|
+
- [nx migration] use-legacy-cache @github-actions[bot] [`27f06e7`](https://github.com/skriptfabrik/n8n-nodes/commit/27f06e77f1efe0467150e0040bcf4254d8c4c5f9)
|
|
589
|
+
- bump node version in devcontainer to 20.18.0 @dependabot[bot] [`5c508a8`](https://github.com/skriptfabrik/n8n-nodes/commit/5c508a89c65e800ed6ab4dea10a7dfb5314be065)
|
|
590
|
+
- bump node version in package.json to 20.18.0 @dependabot[bot] [`1d9c9af`](https://github.com/skriptfabrik/n8n-nodes/commit/1d9c9af35422226c70c0c15f398a2fa83edb4d32)
|
|
591
|
+
- update list of ignored files for prettier [N8N-23](https://skriptfabrik.atlassian.net/browse/N8N-23) @MaSpeng [`201e27f`](https://github.com/skriptfabrik/n8n-nodes/commit/201e27feb3ea05defcda649d412c13dfc1db9c54)
|
|
592
|
+
|
|
593
|
+
## [fulfillmenttools-0.1.10](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.9...fulfillmenttools-0.1.10)
|
|
266
594
|
|
|
267
|
-
###
|
|
595
|
+
### 🐛 Bug Fixes
|
|
268
596
|
|
|
269
|
-
- **fulfillmenttools:**
|
|
597
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.59.0 @dependabot[bot] [`f13e98c`](https://github.com/skriptfabrik/n8n-nodes/commit/f13e98c38a72bbbd0eb927b16490b26fa90c29fc)
|
|
270
598
|
|
|
599
|
+
### 🔧 Maintenance And Housekeeping
|
|
271
600
|
|
|
272
|
-
|
|
601
|
+
- bump n8n from 1.59.4 to 1.60.1 @dependabot[bot] [`bcb2c09`](https://github.com/skriptfabrik/n8n-nodes/commit/bcb2c09e3661aa9fc8c93d9d3b4d1d19087819ec)
|
|
602
|
+
- bump nx dependencies to 19.8.2 @dependabot[bot] [`85d907e`](https://github.com/skriptfabrik/n8n-nodes/commit/85d907eb71f882cff2cfa4fe6cd1f0c38192bd18)
|
|
603
|
+
- bump @types/node version to 20.16.10 @dependabot[bot] [`f0a5c13`](https://github.com/skriptfabrik/n8n-nodes/commit/f0a5c13d68dca15a5173f8444539c875f8482e63)
|
|
604
|
+
- bump n8n-workflow version to 1.59.0 @dependabot[bot] [`0c2b26f`](https://github.com/skriptfabrik/n8n-nodes/commit/0c2b26fccc3044eeefcba9073bdfefdd6b3d38f6)
|
|
605
|
+
- bump n8n-nodes-base version to 1.60.0 @dependabot[bot] [`ce8883d`](https://github.com/skriptfabrik/n8n-nodes/commit/ce8883da9e3d88f0a4a8b1745aa157ec9f34ec4d)
|
|
606
|
+
- bump nx from 19.8.0 to 19.8.2 @dependabot[bot] [`6497526`](https://github.com/skriptfabrik/n8n-nodes/commit/6497526a27f0279588bcff8138a9a0595abe8a12)
|
|
607
|
+
|
|
608
|
+
## [fulfillmenttools-0.1.9](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.8...fulfillmenttools-0.1.9)
|
|
609
|
+
|
|
610
|
+
### 🐛 Bug Fixes
|
|
273
611
|
|
|
274
|
-
-
|
|
612
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.58.0 @dependabot[bot] [`70d85a0`](https://github.com/skriptfabrik/n8n-nodes/commit/70d85a04a8a4b8b2352386a387debb4b40c3ac54)
|
|
613
|
+
|
|
614
|
+
### 🔧 Maintenance And Housekeeping
|
|
615
|
+
|
|
616
|
+
- bump n8n from 1.58.2 to 1.59.4 @dependabot[bot] [`c74116b`](https://github.com/skriptfabrik/n8n-nodes/commit/c74116bccf8815816e54db5fddf63d449045afbe)
|
|
617
|
+
- bump nx dependencies to 19.8.0 @dependabot[bot] [`cbf6a9b`](https://github.com/skriptfabrik/n8n-nodes/commit/cbf6a9b01c80520dbf3aa38e730c65baa609ad9b)
|
|
618
|
+
- bump n8n-nodes-base version to 1.59.1 @dependabot[bot] [`301a23b`](https://github.com/skriptfabrik/n8n-nodes/commit/301a23b96ba3f56569cda1602316a5f1ef5d7495)
|
|
619
|
+
- bump n8n-workflow version to 1.58.0 @dependabot[bot] [`beea326`](https://github.com/skriptfabrik/n8n-nodes/commit/beea326a8b148d820cd9d0c78959c9abf1690302)
|
|
620
|
+
- bump @types/node version to 20.16.6 @dependabot[bot] [`2286a2f`](https://github.com/skriptfabrik/n8n-nodes/commit/2286a2f78ee4d67482b0a6c10fbcb830a65a2528)
|
|
621
|
+
- bump nx from 19.7.3 to 19.8.0 @dependabot[bot] [`2323351`](https://github.com/skriptfabrik/n8n-nodes/commit/23233516d5209567d216ff1eb7a4780cfe560d98)
|
|
622
|
+
- bump eslint from 8.57.0 to 8.57.1 @dependabot[bot] [`b6a8907`](https://github.com/skriptfabrik/n8n-nodes/commit/b6a8907d757d98e28045d484f04687be38b90422)
|
|
623
|
+
- bump openapi-typescript from 7.4.0 to 7.4.1 @dependabot[bot] [`28f7cf2`](https://github.com/skriptfabrik/n8n-nodes/commit/28f7cf2bd7ff3252eeb9f8a37af7067e5513c25b)
|
|
624
|
+
- bump node version in devcontainer to 20.17.0 @dependabot[bot] [`f7535ed`](https://github.com/skriptfabrik/n8n-nodes/commit/f7535ed01355d326b7bdc927c328f96540b530c0)
|
|
625
|
+
- bump node version in package.json to 20.17.0 @dependabot[bot] [`1040e40`](https://github.com/skriptfabrik/n8n-nodes/commit/1040e40f95c23ecd1de05b8cf6e3a8dc0e0d2e6c)
|
|
626
|
+
|
|
627
|
+
## [fulfillmenttools-0.1.8](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.7...fulfillmenttools-0.1.8)
|
|
628
|
+
|
|
629
|
+
### 🐛 Bug Fixes
|
|
630
|
+
|
|
631
|
+
- **fulfillmenttools:** update node inputs and outputs [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`3222002`](https://github.com/skriptfabrik/n8n-nodes/commit/322200297d4b0cef8c91c10dcdc4423babfdaba9)
|
|
632
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.57.1 @dependabot[bot] [`e0f9496`](https://github.com/skriptfabrik/n8n-nodes/commit/e0f94964652ed464e3e42588996f8951b60e9602)
|
|
633
|
+
- suppress outdated eslint role [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`a3d2aaa`](https://github.com/skriptfabrik/n8n-nodes/commit/a3d2aaa4ae71fe290fe14d699abea0de1dfcc17d)
|
|
634
|
+
|
|
635
|
+
### 🔧 Maintenance And Housekeeping
|
|
636
|
+
|
|
637
|
+
- bump verdaccio from 5.32.1 to 5.32.2 @dependabot[bot] [`592b38d`](https://github.com/skriptfabrik/n8n-nodes/commit/592b38d5b5fb073b73492093730eecda2ce80750)
|
|
638
|
+
- bump typescript from 5.5.4 to 5.6.2 @dependabot[bot] [`6d5e5c5`](https://github.com/skriptfabrik/n8n-nodes/commit/6d5e5c570023e80a0680acb336402e835839d3e6)
|
|
639
|
+
- bump nx dependencies to 19.7.3 @dependabot[bot] [`d297240`](https://github.com/skriptfabrik/n8n-nodes/commit/d297240eccc67e4e9e9141a85d09dcdbec058aec)
|
|
640
|
+
- bump nx dependencies to 19.6.5 @dependabot[bot] [`dd7511e`](https://github.com/skriptfabrik/n8n-nodes/commit/dd7511ec2b4180270f6213b5b8034c22edc85a8e)
|
|
641
|
+
- bump nx from 19.6.5 to 19.7.3 @dependabot[bot] [`5770490`](https://github.com/skriptfabrik/n8n-nodes/commit/57704901bad0f23ff8353b80aee9ebbbf5292864)
|
|
642
|
+
- bump nx from 19.6.4 to 19.6.5 @dependabot[bot] [`6ecf492`](https://github.com/skriptfabrik/n8n-nodes/commit/6ecf49253dde06bf58c54fde17d831a5ddf7288d)
|
|
643
|
+
- bump @commitlint/cli from 19.4.1 to 19.5.0 @dependabot[bot] [`bcd6a5c`](https://github.com/skriptfabrik/n8n-nodes/commit/bcd6a5ca9e524a1d3d7a0202f036acf00ba589d6)
|
|
644
|
+
- bump n8n from 1.56.2 to 1.58.2 @dependabot[bot] [`8f890bd`](https://github.com/skriptfabrik/n8n-nodes/commit/8f890bd052b4cbf6175fe9e7b4568680fc041161)
|
|
645
|
+
- bump openapi-typescript from 7.3.3 to 7.4.0 @dependabot[bot] [`8611946`](https://github.com/skriptfabrik/n8n-nodes/commit/861194693ea6782ec6251efad2718a2c557ec4f8)
|
|
646
|
+
- bump eslint-plugin-n8n-nodes-base from 1.16.1 to 1.16.2 @dependabot[bot] [`2d9ce29`](https://github.com/skriptfabrik/n8n-nodes/commit/2d9ce298ff43b7b6af6f92fb7d847424be36d4a0)
|
|
647
|
+
- bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0 @dependabot[bot] [`8e2a3d3`](https://github.com/skriptfabrik/n8n-nodes/commit/8e2a3d31271a45c8adfb3a2cbba648dff5bae817)
|
|
648
|
+
- bump @commitlint/config-conventional from 19.4.1 to 19.5.0 @dependabot[bot] [`f90f22b`](https://github.com/skriptfabrik/n8n-nodes/commit/f90f22be2a3313386f8e15e008f255fd45e30ff1)
|
|
649
|
+
- bump @commitlint/config-nx-scopes from 19.3.1 to 19.5.0 @dependabot[bot] [`cfe49db`](https://github.com/skriptfabrik/n8n-nodes/commit/cfe49dba4ef01a4fd83d509c79252603a7a7c544)
|
|
650
|
+
- bump n8n-workflow version to 1.57.1 @dependabot[bot] [`21d7731`](https://github.com/skriptfabrik/n8n-nodes/commit/21d77314f733058ac4faa46b5fe9be0e90fc36b7)
|
|
651
|
+
- bump n8n-nodes-base version to 1.58.1 @dependabot[bot] [`835338c`](https://github.com/skriptfabrik/n8n-nodes/commit/835338ca043227bb4369fa88bb7878041b126ad8)
|
|
652
|
+
|
|
653
|
+
## [fulfillmenttools-0.1.7](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.6...fulfillmenttools-0.1.7)
|
|
654
|
+
|
|
655
|
+
### 🐛 Bug Fixes
|
|
656
|
+
|
|
657
|
+
- remove cookie for owner setup [N8N-22](https://skriptfabrik.atlassian.net/browse/N8N-22) @MaSpeng [`9a7bd04`](https://github.com/skriptfabrik/n8n-nodes/commit/9a7bd048fb80797833fb3968f13d5609ee4af128)
|
|
658
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.55.0 @dependabot[bot] [`4455600`](https://github.com/skriptfabrik/n8n-nodes/commit/4455600fbbeb7bb05e6f2c3ead67d919e10fd4e8)
|
|
659
|
+
|
|
660
|
+
### 🔧 Maintenance And Housekeeping
|
|
661
|
+
|
|
662
|
+
- bump n8n from 1.55.3 to 1.56.2 @dependabot[bot] [`f5f3646`](https://github.com/skriptfabrik/n8n-nodes/commit/f5f36466f5e5a429e587d4aa278414d3a880a54d)
|
|
663
|
+
- bump tslib from 2.6.3 to 2.7.0 @dependabot[bot] [`ec10f4e`](https://github.com/skriptfabrik/n8n-nodes/commit/ec10f4efb601ce285b765eb013726c39d4d5e7bb)
|
|
664
|
+
- bump nx dependencies to 19.6.4 @dependabot[bot] [`c192d71`](https://github.com/skriptfabrik/n8n-nodes/commit/c192d716c10c0709e5585ed6a68cde68bcd71c54)
|
|
665
|
+
- bump nx from 19.6.2 to 19.6.4 @dependabot[bot] [`239f48d`](https://github.com/skriptfabrik/n8n-nodes/commit/239f48de6951dc8c30dc92371842c81c6a4e0b0e)
|
|
666
|
+
- bump @swc/helpers from 0.5.12 to 0.5.13 @dependabot[bot] [`e43dac3`](https://github.com/skriptfabrik/n8n-nodes/commit/e43dac346bb0c2c8e105f87be9bfbe52c23b5a1f)
|
|
667
|
+
- bump n8n-nodes-base version to 1.56.1 @dependabot[bot] [`471c5f8`](https://github.com/skriptfabrik/n8n-nodes/commit/471c5f8ecad74a931072ebdddb3db4719a75e728)
|
|
668
|
+
- bump @types/node version to 20.15.0 @dependabot[bot] [`3c8bf79`](https://github.com/skriptfabrik/n8n-nodes/commit/3c8bf7952275b0fba44ede0e775e6eb4a2047cd4)
|
|
669
|
+
- bump @stylistic/eslint-plugin from 2.6.4 to 2.7.2 @dependabot[bot] [`a917c3d`](https://github.com/skriptfabrik/n8n-nodes/commit/a917c3db6c99620f853a8ca4f158c616fdd14995)
|
|
670
|
+
- bump openapi-typescript from 7.3.0 to 7.3.3 @dependabot[bot] [`ab6c0e0`](https://github.com/skriptfabrik/n8n-nodes/commit/ab6c0e02b04816c5d2c5d587553b68db6d76f31d)
|
|
671
|
+
- bump @commitlint/cli from 19.4.0 to 19.4.1 @dependabot[bot] [`ebe82e6`](https://github.com/skriptfabrik/n8n-nodes/commit/ebe82e6909b16460231665e24ef40df79851a69a)
|
|
672
|
+
- bump ts-jest from 29.2.4 to 29.2.5 @dependabot[bot] [`2509e5a`](https://github.com/skriptfabrik/n8n-nodes/commit/2509e5ac92c767cb4adaf53c3d7ed8989a3c5ddf)
|
|
673
|
+
- bump @commitlint/config-conventional from 19.2.2 to 19.4.1 @dependabot[bot] [`e902aa0`](https://github.com/skriptfabrik/n8n-nodes/commit/e902aa0fbf4f9b57e0e0c4e33c014205d5298ded)
|
|
674
|
+
- bump n8n-workflow version to 1.55.0 @dependabot[bot] [`a1d5550`](https://github.com/skriptfabrik/n8n-nodes/commit/a1d5550fdc2a1975ba8c745c2670b783bb63b980)
|
|
675
|
+
|
|
676
|
+
## [fulfillmenttools-0.1.6](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.5...fulfillmenttools-0.1.6)
|
|
677
|
+
|
|
678
|
+
### 🐛 Bug Fixes
|
|
679
|
+
|
|
680
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.54.0 @dependabot[bot] [`2b3246b`](https://github.com/skriptfabrik/n8n-nodes/commit/2b3246b3d402450caf901e99f160650d02c9612e)
|
|
681
|
+
|
|
682
|
+
### 🔧 Maintenance And Housekeeping
|
|
683
|
+
|
|
684
|
+
- bump n8n from 1.54.4 to 1.55.3 @dependabot[bot] [`fa39d29`](https://github.com/skriptfabrik/n8n-nodes/commit/fa39d29d693e48abc703ee64e74ccb1688dc56f9)
|
|
685
|
+
- bump nx dependencies to 19.6.2 @dependabot[bot] [`088cb00`](https://github.com/skriptfabrik/n8n-nodes/commit/088cb00fb34860531a80acdac81efdd3a479c215)
|
|
686
|
+
- bump nx from 19.6.1 to 19.6.2 @dependabot[bot] [`4d78b21`](https://github.com/skriptfabrik/n8n-nodes/commit/4d78b211b15e0955dcb38aa6dd2f5fc6138d9eef)
|
|
687
|
+
- bump @types/node version to 20.15.0 @dependabot[bot] [`ae52ab1`](https://github.com/skriptfabrik/n8n-nodes/commit/ae52ab1ebe221ae1f95b6f5208bb9b85623c8f6b)
|
|
688
|
+
- bump n8n-nodes-base version to 1.55.0 @dependabot[bot] [`fda0f6c`](https://github.com/skriptfabrik/n8n-nodes/commit/fda0f6c24b9c6904b0ae2624ffe780ff259d05cd)
|
|
689
|
+
- bump n8n-workflow version to 1.54.0 @dependabot[bot] [`6c6f89b`](https://github.com/skriptfabrik/n8n-nodes/commit/6c6f89bee4c0dcc61a815ff645c985adb90e4938)
|
|
690
|
+
|
|
691
|
+
## [fulfillmenttools-0.1.5](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.4...fulfillmenttools-0.1.5)
|
|
692
|
+
|
|
693
|
+
### 🐛 Bug Fixes
|
|
694
|
+
|
|
695
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.53.0 @dependabot[bot] [`28cbaa0`](https://github.com/skriptfabrik/n8n-nodes/commit/28cbaa0e46fd8350f994fd3d490c9be5270e4b0a)
|
|
696
|
+
|
|
697
|
+
### 🔧 Maintenance And Housekeeping
|
|
698
|
+
|
|
699
|
+
- bump @types/node version to 20.15.0 @dependabot[bot] [`9bc447c`](https://github.com/skriptfabrik/n8n-nodes/commit/9bc447ca2e675bff5d1f6fe3e99960cc20e6e3fd)
|
|
700
|
+
- bump nx dependencies to 19.6.1 @dependabot[bot] [`1f53913`](https://github.com/skriptfabrik/n8n-nodes/commit/1f539138d2f0e6732bdc39cfe76c94e390cbc719)
|
|
701
|
+
- bump nx from 19.5.7 to 19.6.1 @dependabot[bot] [`ae20a1c`](https://github.com/skriptfabrik/n8n-nodes/commit/ae20a1cc47a72ab371270d0ab6fd291f696a9b63)
|
|
702
|
+
- bump n8n-nodes-base version to 1.54.1 @dependabot[bot] [`2fdbfb6`](https://github.com/skriptfabrik/n8n-nodes/commit/2fdbfb686ca10c7767d2fa7471dad9181127bb7b)
|
|
703
|
+
- bump n8n from 1.53.2 to 1.54.4 @dependabot[bot] [`a1020fa`](https://github.com/skriptfabrik/n8n-nodes/commit/a1020fa0dc1563f02692d1951af036fc73589f28)
|
|
704
|
+
- bump @stylistic/eslint-plugin from 2.6.2 to 2.6.4 @dependabot[bot] [`65e424c`](https://github.com/skriptfabrik/n8n-nodes/commit/65e424c27867daec023605248a4d6845dc94540e)
|
|
705
|
+
- bump n8n-workflow version to 1.53.0 @dependabot[bot] [`fe6395d`](https://github.com/skriptfabrik/n8n-nodes/commit/fe6395d9b2d3adeff99a0765123c3cce68837799)
|
|
706
|
+
|
|
707
|
+
## [fulfillmenttools-0.1.4](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.3...fulfillmenttools-0.1.4)
|
|
708
|
+
|
|
709
|
+
### 👷 Continuous Integration
|
|
710
|
+
|
|
711
|
+
- only cancel code check for matching pull requests N8N-15 @MaSpeng [`9f4119a`](https://github.com/skriptfabrik/n8n-nodes/commit/9f4119aaa4f16d4e7e70bcaff5f35e5b8255b628)
|
|
712
|
+
|
|
713
|
+
### 🐛 Bug Fixes
|
|
714
|
+
|
|
715
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.52.1 @dependabot[bot] [`9714ed4`](https://github.com/skriptfabrik/n8n-nodes/commit/9714ed4f386f5cf6996b7ff5ca20205f8bb9d396)
|
|
716
|
+
|
|
717
|
+
### 🔧 Maintenance And Housekeeping
|
|
718
|
+
|
|
719
|
+
- bump n8n from 1.52.2 to 1.53.2 @dependabot[bot] [`31a51ca`](https://github.com/skriptfabrik/n8n-nodes/commit/31a51caabd7d8bbf847744fa1fbd4cf5aff5d312)
|
|
720
|
+
- bump typescript from 5.5.3 to 5.5.4 @dependabot[bot] [`7dd1fcc`](https://github.com/skriptfabrik/n8n-nodes/commit/7dd1fcc9394fa0c1a7281573f0bd7e6c62456d14)
|
|
721
|
+
- bump @types/node version to 20.14.15 @dependabot[bot] [`611b305`](https://github.com/skriptfabrik/n8n-nodes/commit/611b3057dd91a67a01431ad8829c5c7a98335160)
|
|
722
|
+
- bump nx dependencies to 19.5.7 @dependabot[bot] [`64b7ad1`](https://github.com/skriptfabrik/n8n-nodes/commit/64b7ad1ed8a1639b8ef13f765b414290f384e291)
|
|
723
|
+
- bump nx from 19.5.6 to 19.5.7 @dependabot[bot] [`b916f34`](https://github.com/skriptfabrik/n8n-nodes/commit/b916f34a529c24d0c3f6df8b51a1b339e97499ea)
|
|
724
|
+
- bump n8n-nodes-base version to 1.53.2 @dependabot[bot] [`28be1fd`](https://github.com/skriptfabrik/n8n-nodes/commit/28be1fd10c1481d58cd7485cab97ba4f927f1a45)
|
|
725
|
+
- bump @stylistic/eslint-plugin from 2.3.0 to 2.6.1 @dependabot[bot] [`eea23ef`](https://github.com/skriptfabrik/n8n-nodes/commit/eea23efa8496cff8d4a5a5bbebb7ced0c8f8d9fb)
|
|
726
|
+
- bump @stylistic/eslint-plugin from 2.6.1 to 2.6.2 @dependabot[bot] [`5f14b33`](https://github.com/skriptfabrik/n8n-nodes/commit/5f14b334ecd596fdee79c1c7adedf964d844bfc5)
|
|
727
|
+
- disable line length rule in yamllint for GitHub workfow files [N8N-21](https://skriptfabrik.atlassian.net/browse/N8N-21) @MaSpeng [`49d6a36`](https://github.com/skriptfabrik/n8n-nodes/commit/49d6a363b51eb87c0fcd51675c77f0065ed6d43e)
|
|
728
|
+
- bump @commitlint/cli from 19.3.0 to 19.4.0 @dependabot[bot] [`301e253`](https://github.com/skriptfabrik/n8n-nodes/commit/301e253100d618df959e6750333715d5173cc282)
|
|
729
|
+
- bump n8n-workflow version to 1.52.1 @dependabot[bot] [`f7ba7d5`](https://github.com/skriptfabrik/n8n-nodes/commit/f7ba7d5ba7dd8eeb8caf6e96013113238628f4f9)
|
|
730
|
+
|
|
731
|
+
## [fulfillmenttools-0.1.3](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.2...fulfillmenttools-0.1.3)
|
|
732
|
+
|
|
733
|
+
### 👷 Continuous Integration
|
|
734
|
+
|
|
735
|
+
- extract code check into distinct workflow [N8N-20](https://skriptfabrik.atlassian.net/browse/N8N-20) @MaSpeng [`ebc390d`](https://github.com/skriptfabrik/n8n-nodes/commit/ebc390d0186e7d2d87320779ec2a2c62a1916687)
|
|
736
|
+
- remove obsolete workflow Node.js version check in dependency update workflow [N8N-19](https://skriptfabrik.atlassian.net/browse/N8N-19) @MaSpeng [`682c524`](https://github.com/skriptfabrik/n8n-nodes/commit/682c524f1efcf5b8c5b3d5aea2b1bdb2f67dea2b)
|
|
737
|
+
- update workflows to determine node version based on package.json [N8N-19](https://skriptfabrik.atlassian.net/browse/N8N-19) @MaSpeng [`f917352`](https://github.com/skriptfabrik/n8n-nodes/commit/f917352b39289fe3ca25be9821fdf7cb8e1c7b5b)
|
|
738
|
+
- cancel already running code-check [N8N-20](https://skriptfabrik.atlassian.net/browse/N8N-20) @MaSpeng [`b1afed7`](https://github.com/skriptfabrik/n8n-nodes/commit/b1afed7d264c56286e467666242b614997b6f6e4)
|
|
739
|
+
- execute code check when nx or n8n dependency updates are finished [N8N-20](https://skriptfabrik.atlassian.net/browse/N8N-20) @MaSpeng [`b7a13a0`](https://github.com/skriptfabrik/n8n-nodes/commit/b7a13a0fb99e1f078f46356ee09eaa918fea240f)
|
|
740
|
+
- update Node.js version in package.json during n8n update [N8N-19](https://skriptfabrik.atlassian.net/browse/N8N-19) @MaSpeng [`9836ef1`](https://github.com/skriptfabrik/n8n-nodes/commit/9836ef1271abd0e5c5aa11a97af71056f8c76266)
|
|
741
|
+
- ensure nx release will publish the build output of a custom node [N8N-18](https://skriptfabrik.atlassian.net/browse/N8N-18) @MaSpeng [`a19caed`](https://github.com/skriptfabrik/n8n-nodes/commit/a19caed88c19dcca5728b420708edbc7e1b2b9fc)
|
|
742
|
+
- remove obsolete permissions on workflows [N8N-20](https://skriptfabrik.atlassian.net/browse/N8N-20) @MaSpeng [`82b56c8`](https://github.com/skriptfabrik/n8n-nodes/commit/82b56c8c672afc0d10aeaff5f5bbab072d511ff1)
|
|
743
|
+
|
|
744
|
+
### 🐛 Bug Fixes
|
|
745
|
+
|
|
746
|
+
- **fulfillmenttools:** regenerate API definitions with openapi-typescript 7.3.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`3aa0d72`](https://github.com/skriptfabrik/n8n-nodes/commit/3aa0d72c3090bedb1230c995c583ba161a7447ea)
|
|
747
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.51.0 @dependabot[bot] [`482f92c`](https://github.com/skriptfabrik/n8n-nodes/commit/482f92cd6f9bb588bb2d8adb14387a771d410ed3)
|
|
748
|
+
|
|
749
|
+
### 🔧 Maintenance And Housekeeping
|
|
750
|
+
|
|
751
|
+
- bump n8n from 1.47.3 to 1.52.2 @dependabot[bot] [`48c5351`](https://github.com/skriptfabrik/n8n-nodes/commit/48c53512f966ae162da3cdc38de537a8e96b2091)
|
|
752
|
+
- bump nx dependencies to 19.5.6 @dependabot[bot] [`24c22a8`](https://github.com/skriptfabrik/n8n-nodes/commit/24c22a8e29f82679a2de3454a1649ae37d067731)
|
|
753
|
+
- bump nx dependencies to 19.4.1 @dependabot[bot] [`771e7eb`](https://github.com/skriptfabrik/n8n-nodes/commit/771e7ebe2bf778fc1ee99457e968173395703f24)
|
|
754
|
+
- bump @types/node version to 20.14.14 @dependabot[bot] [`d775f56`](https://github.com/skriptfabrik/n8n-nodes/commit/d775f56819b8e00f2b79a88a81128f95fc881ec2)
|
|
755
|
+
- bump nx from 19.4.1 to 19.5.6 @dependabot[bot] [`0aa06e0`](https://github.com/skriptfabrik/n8n-nodes/commit/0aa06e0380538586e0a381eba7b7c5e3f55b25df)
|
|
756
|
+
- bump verdaccio from 5.31.1 to 5.32.1 @dependabot[bot] [`a0153db`](https://github.com/skriptfabrik/n8n-nodes/commit/a0153db89e514c4103c74d72287f490a66ab9f8c)
|
|
757
|
+
- bump nx from 19.4.0 to 19.4.1 @dependabot[bot] [`d6cc3e8`](https://github.com/skriptfabrik/n8n-nodes/commit/d6cc3e8c828557ff1a3b8e1e77c2cd5dec3d7b90)
|
|
758
|
+
- bump @swc/helpers from 0.5.11 to 0.5.12 @dependabot[bot] [`28fb3f9`](https://github.com/skriptfabrik/n8n-nodes/commit/28fb3f9640da7413cb4bce2bbd82b2206832d66e)
|
|
759
|
+
- bump n8n-nodes-base version to 1.52.0 @dependabot[bot] [`f543365`](https://github.com/skriptfabrik/n8n-nodes/commit/f543365e17cc63aba7efb407a281d75c4301c678)
|
|
760
|
+
- bump ts-jest from 29.1.5 to 29.2.4 @dependabot[bot] [`a92f9c5`](https://github.com/skriptfabrik/n8n-nodes/commit/a92f9c589367bd79499c5a43428b2c967daab0ac)
|
|
761
|
+
- bump openapi-typescript from 7.0.2 to 7.3.0 @dependabot[bot] [`04fbb29`](https://github.com/skriptfabrik/n8n-nodes/commit/04fbb2986c6283bbfdb0c154f49fd046d0ea9060)
|
|
762
|
+
- bump prettier from 3.3.2 to 3.3.3 @dependabot[bot] [`8b4a4b5`](https://github.com/skriptfabrik/n8n-nodes/commit/8b4a4b55793a3c8ef557970018432d85816d8ebb)
|
|
763
|
+
- bump n8n-workflow version to 1.51.0 @dependabot[bot] [`7541c5d`](https://github.com/skriptfabrik/n8n-nodes/commit/7541c5d9f287be59ca1441ce3ebb7630c6790ef3)
|
|
764
|
+
- manifest required Node.js version in package.json [N8N-19](https://skriptfabrik.atlassian.net/browse/N8N-19) @MaSpeng [`65cf8eb`](https://github.com/skriptfabrik/n8n-nodes/commit/65cf8eb6afd1451b43623b67f68d8211f378bc32)
|
|
765
|
+
- bump node version in devcontainer to 20.15.0 @dependabot[bot] [`df035a6`](https://github.com/skriptfabrik/n8n-nodes/commit/df035a681e3fc143788af37a4b29366de41807a7)
|
|
766
|
+
- bump node version in package.json to 20.15.0 @dependabot[bot] [`eabc12b`](https://github.com/skriptfabrik/n8n-nodes/commit/eabc12b82021ff476cc52c3fda2f1cef8d039cf6)
|
|
767
|
+
|
|
768
|
+
## [fulfillmenttools-0.1.2](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.1...fulfillmenttools-0.1.2)
|
|
769
|
+
|
|
770
|
+
### 👷 Continuous Integration
|
|
771
|
+
|
|
772
|
+
- add workflow to automate n8n updates [N8N-13](https://skriptfabrik.atlassian.net/browse/N8N-13) @MaSpeng [`af6e9c7`](https://github.com/skriptfabrik/n8n-nodes/commit/af6e9c700f9d44ded1f21c3e74b974b3a66d9b76)
|
|
773
|
+
- add workflow to automate nx updates [N8N-15](https://skriptfabrik.atlassian.net/browse/N8N-15) @MaSpeng [`c9ca9e9`](https://github.com/skriptfabrik/n8n-nodes/commit/c9ca9e91fe64fd88e11d22bf2f5acb395bcc7ff6)
|
|
774
|
+
- provide workflow to trigger dependabot enhancement workflows [N8N-15](https://skriptfabrik.atlassian.net/browse/N8N-15) @MaSpeng [`aec1803`](https://github.com/skriptfabrik/n8n-nodes/commit/aec18039ae4c84519fb4a694729dac5c88c77460)
|
|
775
|
+
- fix pnpm lockfile handling [N8N-16](https://skriptfabrik.atlassian.net/browse/N8N-16) @schroedan [`80229a0`](https://github.com/skriptfabrik/n8n-nodes/commit/80229a09fffe4e8f111f85ea4403be88997e8f6a)
|
|
776
|
+
- use pre-installed version of yq [N8N-13](https://skriptfabrik.atlassian.net/browse/N8N-13) @MaSpeng [`87c07ed`](https://github.com/skriptfabrik/n8n-nodes/commit/87c07ed06871799bf1cd42a8c3356ac0087072e2)
|
|
777
|
+
- update pnpm lock file after dependency update in node [N8N-16](https://skriptfabrik.atlassian.net/browse/N8N-16) @MaSpeng [`10fcb3f`](https://github.com/skriptfabrik/n8n-nodes/commit/10fcb3fdc077b91bfe19cb0c6ff417085d78d3ed)
|
|
778
|
+
- bump node in workflows to 20.14.0 [N8N-13](https://skriptfabrik.atlassian.net/browse/N8N-13) @MaSpeng [`afa29fe`](https://github.com/skriptfabrik/n8n-nodes/commit/afa29fee3a0be925f21df9c6e691356184a1634a)
|
|
779
|
+
- replace manual git user configuration with action in workflows [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`d845fb4`](https://github.com/skriptfabrik/n8n-nodes/commit/d845fb405e21f2c06f0c687fafd3ecf28da9764b)
|
|
780
|
+
- ignore commits signed off by GitHub actions bot [N8N-13](https://skriptfabrik.atlassian.net/browse/N8N-13) @MaSpeng [`9e5fc2e`](https://github.com/skriptfabrik/n8n-nodes/commit/9e5fc2e556707cd3a6019fd245973cb7c47968b7)
|
|
781
|
+
- sign off commits from workflows to be able to identify automated commits [N8N-13](https://skriptfabrik.atlassian.net/browse/N8N-13) @MaSpeng [`a81ed94`](https://github.com/skriptfabrik/n8n-nodes/commit/a81ed94d3aa77b0cbe88f23bb6eb88d304bbbfea)
|
|
782
|
+
- drop default "skip_dirty_check" for commits from workflows [N8N-13](https://skriptfabrik.atlassian.net/browse/N8N-13) @MaSpeng [`4a89dc2`](https://github.com/skriptfabrik/n8n-nodes/commit/4a89dc2283506f572569ec385b4eb5fab29755a9)
|
|
783
|
+
- only update n8n dependencies which where already present [N8N-13](https://skriptfabrik.atlassian.net/browse/N8N-13) @MaSpeng [`cd8a39c`](https://github.com/skriptfabrik/n8n-nodes/commit/cd8a39cf2f8b7c910dcd655a1eec06d50ffbb314)
|
|
784
|
+
- ignore dependabot commits in commitlint [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`3818ac7`](https://github.com/skriptfabrik/n8n-nodes/commit/3818ac746ceb0cce9dc6f759080376b2ee2aa27d)
|
|
785
|
+
- ignore workspace root check when adding packages [N8N-16](https://skriptfabrik.atlassian.net/browse/N8N-16) @schroedan [`37c109b`](https://github.com/skriptfabrik/n8n-nodes/commit/37c109b20839ba8f90651eca1793600ff179899c)
|
|
786
|
+
- fix file pattern for nx dependency update workflow [N8N-16](https://skriptfabrik.atlassian.net/browse/N8N-16) @MaSpeng [`89ddaa1`](https://github.com/skriptfabrik/n8n-nodes/commit/89ddaa1c1360743cc833b6673c0d35c94c33f1d2)
|
|
787
|
+
- don't lint commits or yaml when pull request has been edited [N8N-15](https://skriptfabrik.atlassian.net/browse/N8N-15) @MaSpeng [`60f119b`](https://github.com/skriptfabrik/n8n-nodes/commit/60f119b36c4d4304ac4f87b8483f4c671eba793d)
|
|
788
|
+
- remove header pattern from commitlint configuration [N8N-15](https://skriptfabrik.atlassian.net/browse/N8N-15) @MaSpeng [`be2f6b5`](https://github.com/skriptfabrik/n8n-nodes/commit/be2f6b509d12c4caa6ac0cea75df24d69a95a2bb)
|
|
789
|
+
|
|
790
|
+
### 🐛 Bug Fixes
|
|
791
|
+
|
|
792
|
+
- **fulfillmenttools:** regenerate API definitions with openapi-typescript 7.0.0 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`3917e92`](https://github.com/skriptfabrik/n8n-nodes/commit/3917e9291fc7134604fc5a98341b8b1d922d12e4)
|
|
793
|
+
- **fulfillmenttools:** bump n8n-workflow version to 1.46.0 @dependabot[bot] [`de34c74`](https://github.com/skriptfabrik/n8n-nodes/commit/de34c74084d6f59c20fe9ecd6bd3eeb2e81b5479)
|
|
794
|
+
|
|
795
|
+
### 🔧 Maintenance And Housekeeping
|
|
796
|
+
|
|
797
|
+
- use pnpm instead of npm [N8N-16](https://skriptfabrik.atlassian.net/browse/N8N-16) @schroedan [`02ad5cd`](https://github.com/skriptfabrik/n8n-nodes/commit/02ad5cdeafcfdb3656a1370abf46c1c5e9eec0df)
|
|
798
|
+
- update package.json to match latest nx monorepository preset [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`db206b5`](https://github.com/skriptfabrik/n8n-nodes/commit/db206b5b73a285b2c86fcbc53a062fece6767d10)
|
|
799
|
+
- bump n8n from 1.44.1 to 1.47.3 @dependabot[bot] [`13987e4`](https://github.com/skriptfabrik/n8n-nodes/commit/13987e407aa1db9142d56bd9b14db85d2897c1e2)
|
|
800
|
+
- bump typescript from 5.5.2 to 5.5.3 @dependabot[bot] [`c5161a8`](https://github.com/skriptfabrik/n8n-nodes/commit/c5161a86edc576145234f6fb08137faf23d4bdd5)
|
|
801
|
+
- install/use local commitlint [N8N-16](https://skriptfabrik.atlassian.net/browse/N8N-16) @schroedan [`c46864b`](https://github.com/skriptfabrik/n8n-nodes/commit/c46864b67ab368a685f5a11d257b97ca8efa4a8c)
|
|
802
|
+
- bump nx dependencies to 19.4.0 @dependabot[bot] [`72ec3d2`](https://github.com/skriptfabrik/n8n-nodes/commit/72ec3d283a0c338333d7e6c6359d26ee2c19fa87)
|
|
803
|
+
- bump nx from 19.2.3 to 19.4.0 @dependabot[bot] [`74633da`](https://github.com/skriptfabrik/n8n-nodes/commit/74633dae43fe733682eb51a8fae4bed2c884e077)
|
|
804
|
+
- bump @types/node version to 20.14.0 @dependabot[bot] [`54287aa`](https://github.com/skriptfabrik/n8n-nodes/commit/54287aa57860a46db150d2891a21d69b927dcd37)
|
|
805
|
+
- bump openapi-typescript from 6.7.6 to 7.0.0 @dependabot[bot] [`26df3d2`](https://github.com/skriptfabrik/n8n-nodes/commit/26df3d23b3ab69cf2c290d431afa65fd7272b302)
|
|
806
|
+
- bump n8n-nodes-base version to 1.47.0 @dependabot[bot] [`2b0763f`](https://github.com/skriptfabrik/n8n-nodes/commit/2b0763f0f074f6c290339ae931ebc4a2fe4c5aa4)
|
|
807
|
+
- bump the typescript-eslint group with 3 updates @dependabot[bot] [`963f5e8`](https://github.com/skriptfabrik/n8n-nodes/commit/963f5e8eaa0da628e5d8ae4f3e74506ff76d7cef)
|
|
808
|
+
- bump @stylistic/eslint-plugin from 2.1.0 to 2.2.2 @dependabot[bot] [`8c4afd3`](https://github.com/skriptfabrik/n8n-nodes/commit/8c4afd3789293179bcdd2694aca4c538cdef8548)
|
|
809
|
+
- bump n8n-workflow version to 1.46.0 @dependabot[bot] [`04be70c`](https://github.com/skriptfabrik/n8n-nodes/commit/04be70cd7bee4a7be3fdb330b4e1d6735318e925)
|
|
810
|
+
- bump typescript from 5.4.5 to 5.5.2 @dependabot[bot] [`aa25b60`](https://github.com/skriptfabrik/n8n-nodes/commit/aa25b60c3c910333d752914e6243ab1cd8218140)
|
|
811
|
+
- fix project names in nx install targets [N8N-16](https://skriptfabrik.atlassian.net/browse/N8N-16) @schroedan [`6b662f5`](https://github.com/skriptfabrik/n8n-nodes/commit/6b662f57e7c5cd632f16bc8f5b43263132fd4ea1)
|
|
812
|
+
- bump openapi-typescript from 7.0.0 to 7.0.2 @dependabot[bot] [`566d2b2`](https://github.com/skriptfabrik/n8n-nodes/commit/566d2b204e6402ea58a260299fb09f52653a7de4)
|
|
813
|
+
- bump ts-jest from 29.1.4 to 29.1.5 @dependabot[bot] [`8d22652`](https://github.com/skriptfabrik/n8n-nodes/commit/8d226522630a5a9853276c1bee2c6582501af09f)
|
|
814
|
+
- update common jest configuration to retrieve jest projects in async manner [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`f33b085`](https://github.com/skriptfabrik/n8n-nodes/commit/f33b085c3d345e4fa20fd7fbf5c2404b8ebd320e)
|
|
815
|
+
- add default nx workspace `pluginConfig` from latest nx preset [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`fa1887d`](https://github.com/skriptfabrik/n8n-nodes/commit/fa1887d08ce7319c1712cd4ea222ad19e19e7cd5)
|
|
816
|
+
- remove obsolete nx workspace configuration `workspaceLayout` [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`aa6674d`](https://github.com/skriptfabrik/n8n-nodes/commit/aa6674d140f220f7d450461812694334e43d9025)
|
|
817
|
+
- bump node version in devcontainer to 20.14.0 @dependabot[bot] [`e4a77da`](https://github.com/skriptfabrik/n8n-nodes/commit/e4a77da768e5f481a20334a06e2cf563965e44ff)
|
|
818
|
+
- add nx workspace `extends` configuration from latest nx preset [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`f20349b`](https://github.com/skriptfabrik/n8n-nodes/commit/f20349bd5fda91c645769aa2b3b7ce1fe96178ac)
|
|
819
|
+
- add nx workspace release version pre command from latest nx preset [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`d9d4a0c`](https://github.com/skriptfabrik/n8n-nodes/commit/d9d4a0c90fc5d738c8480f314f0019f37dd7bdf0)
|
|
820
|
+
- remove nx workspace release projects configuration [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`0cbdf6a`](https://github.com/skriptfabrik/n8n-nodes/commit/0cbdf6aa3e83bab435e53f6f5874422e0df13c19)
|
|
821
|
+
|
|
822
|
+
## [fulfillmenttools-0.1.1](https://github.com/skriptfabrik/n8n-nodes/compare/fulfillmenttools-0.1.0...fulfillmenttools-0.1.1)
|
|
823
|
+
|
|
824
|
+
### 🩹 Fixed Issues
|
|
825
|
+
|
|
826
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) fix typo in workflow execution url [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
827
|
+
|
|
828
|
+
### 👷 Continuous Integration
|
|
829
|
+
|
|
830
|
+
- add workflow to create a GitHub release on tag push [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`9091ef9`](https://github.com/skriptfabrik/n8n-nodes/commit/9091ef978da632d9c48e1189a46330081d7491d6)
|
|
831
|
+
- add workflow to prepare a package release using nx release @MaSpeng [`720676f`](https://github.com/skriptfabrik/n8n-nodes/commit/720676f50174c46c88b11b839d191c3cd89a6f4f)
|
|
832
|
+
- update publish package workflow to use nx release @MaSpeng [`933d875`](https://github.com/skriptfabrik/n8n-nodes/commit/933d875c57d12559089b8167b291383701de2f4f)
|
|
833
|
+
- simplify release package workflow [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`143b130`](https://github.com/skriptfabrik/n8n-nodes/commit/143b1309f3f51dc3d1b1e84651ea06e81d6b4948)
|
|
834
|
+
- drop deprecated publish script [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`82db8d4`](https://github.com/skriptfabrik/n8n-nodes/commit/82db8d45cc2835297d3453b83d25645579ce4925)
|
|
835
|
+
- exchange regular expression check with commitlint [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`d63bb27`](https://github.com/skriptfabrik/n8n-nodes/commit/d63bb27f6865d2491b23951b8cd448404d1832ff)
|
|
836
|
+
- drop deprecated publish target from project configurations [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`e99a7d9`](https://github.com/skriptfabrik/n8n-nodes/commit/e99a7d90d3c599eff700cc94e993f568bcdb64ee)
|
|
837
|
+
- execute create GitHub release workflow when the publish package workflow completed [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`0ae38cf`](https://github.com/skriptfabrik/n8n-nodes/commit/0ae38cfef7344db3c90ce21cbbe912beedbf47f6)
|
|
838
|
+
- configure dependabot commit message prefix [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`6faf1bf`](https://github.com/skriptfabrik/n8n-nodes/commit/6faf1bf3c9dba55b154f409d250bea75ad9e3155)
|
|
839
|
+
- remove prefix n8n-nodes- from package project configurations [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`edcd198`](https://github.com/skriptfabrik/n8n-nodes/commit/edcd1980b8e099f3cca9011b887030a59a01d386)
|
|
840
|
+
- simplify publish package workflow [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`be39e50`](https://github.com/skriptfabrik/n8n-nodes/commit/be39e508ce23b3b679076874c526ceaf1541e343)
|
|
841
|
+
- provide configuration for nx to be able to create releases [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`2515982`](https://github.com/skriptfabrik/n8n-nodes/commit/2515982c3a5ac05a3292ea26154b9b1b697c1577)
|
|
842
|
+
- add devcontainer to dependabot configuration [N8N-10](https://skriptfabrik.atlassian.net/browse/N8N-10) @MaSpeng [`4fed475`](https://github.com/skriptfabrik/n8n-nodes/commit/4fed4754e52532e22794cf86be8207601e107491)
|
|
843
|
+
- ensure package will be published [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`6f2d640`](https://github.com/skriptfabrik/n8n-nodes/commit/6f2d6400b0b9c0efb874cbd06b34f1f0024727de)
|
|
844
|
+
- skip lock file update during nx release command execution [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`6a8327b`](https://github.com/skriptfabrik/n8n-nodes/commit/6a8327b0421feffe8dfca3f0e0aabea02e26ed4a)
|
|
845
|
+
- ensure latest tag is available when releasing a package [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`0e1bb45`](https://github.com/skriptfabrik/n8n-nodes/commit/0e1bb459c3d6506764e4a7f64dde28f7b9a174b8)
|
|
846
|
+
- limit NODE_AUTH_TOKEN environment to publish step [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`c339d4a`](https://github.com/skriptfabrik/n8n-nodes/commit/c339d4ae6e38499a1d32894517d675a11d086091)
|
|
847
|
+
- configure commit message pattern for the execution of the nx release command [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`f9512d3`](https://github.com/skriptfabrik/n8n-nodes/commit/f9512d3c020e1fb0061239d842728b28b2cb5fcd)
|
|
848
|
+
- reintroduce dependency installation for commit linting due to implicit dependencies [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`57c6d8b`](https://github.com/skriptfabrik/n8n-nodes/commit/57c6d8b2104dfd33af4f27bab31b7e051c979255)
|
|
849
|
+
- remove not required dependency installation from commit message linting @MaSpeng [`34d7220`](https://github.com/skriptfabrik/n8n-nodes/commit/34d7220d4ff2f7a4f785129831c1f6b63f6836d9)
|
|
850
|
+
- ensure nx version from workspace will be used for commit linting [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`57e598b`](https://github.com/skriptfabrik/n8n-nodes/commit/57e598b2e847e7210bb334a4bd15c94dd3a78631)
|
|
851
|
+
- extend checkout for commit message liniting @MaSpeng [`e406daf`](https://github.com/skriptfabrik/n8n-nodes/commit/e406daf0ab90a0e989f9439178014273b87caa96)
|
|
852
|
+
- update node version in pull request workflow to match with the other workflows and the expected runtime version @MaSpeng [`384ad7b`](https://github.com/skriptfabrik/n8n-nodes/commit/384ad7bf914ab6c4a7d8f99b67a8515bfa1b6988)
|
|
853
|
+
- bump node version in CI pipeline to match runtime environment [N8N-7](https://skriptfabrik.atlassian.net/browse/N8N-7) @MaSpeng [`81f0084`](https://github.com/skriptfabrik/n8n-nodes/commit/81f00845306fed0baab3e73915b748655891ff02)
|
|
854
|
+
- provide npm registry url to be able to publish a package [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`53cca5f`](https://github.com/skriptfabrik/n8n-nodes/commit/53cca5f139927fcbeb41668057913e0637358ed8)
|
|
855
|
+
- ignore automatic generated changelogs in markdownlint [N8N-11](https://skriptfabrik.atlassian.net/browse/N8N-11) @MaSpeng [`149a13c`](https://github.com/skriptfabrik/n8n-nodes/commit/149a13c196032a45e822b720d3396ccf6738d476)
|
|
856
|
+
|
|
857
|
+
### 🐛 Bug Fixes
|
|
858
|
+
|
|
859
|
+
- update dependencies [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`671e52f`](https://github.com/skriptfabrik/n8n-nodes/commit/671e52f0b55e2d53e8aa4b5385eb89cab553a243)
|
|
860
|
+
- update nx workspace [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`4bfa0b8`](https://github.com/skriptfabrik/n8n-nodes/commit/4bfa0b8e57ce682d69f71e9bc5430cfbf8a7a5f7)
|
|
861
|
+
- update node version to match n8n docker image [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`dba618a`](https://github.com/skriptfabrik/n8n-nodes/commit/dba618a4f47f7557c231eb7112638dae95556f62)
|
|
862
|
+
- **fulfillmenttools:** update dependencies [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`d0e7359`](https://github.com/skriptfabrik/n8n-nodes/commit/d0e7359b1eac26a45ed481dbbe740c46855f7074)
|
|
863
|
+
- commitlint configuration file extension @MaSpeng [`3571414`](https://github.com/skriptfabrik/n8n-nodes/commit/3571414c8f9fdd20dc69d52d5123b1476faba933)
|
|
864
|
+
|
|
865
|
+
### 🔧 Maintenance And Housekeeping
|
|
866
|
+
|
|
867
|
+
- bump nx from 19.2.2 to 19.2.3 [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`44be523`](https://github.com/skriptfabrik/n8n-nodes/commit/44be5235e2d774fd54831875cdb0762caf1416d1)
|
|
868
|
+
- bump @nx/node from 19.2.1 to 19.2.2 @dependabot[bot] [`d7f6fbf`](https://github.com/skriptfabrik/n8n-nodes/commit/d7f6fbf2e89dee5d0d64c9cd458aee6f6b2048c1)
|
|
869
|
+
- bump @nx/js from 19.2.1 to 19.2.2 @dependabot[bot] [`63398c5`](https://github.com/skriptfabrik/n8n-nodes/commit/63398c54223f3f03e005d53550a2736e6f9faca1)
|
|
870
|
+
- bump nx from 19.2.1 to 19.2.2 @dependabot[bot] [`f7ee409`](https://github.com/skriptfabrik/n8n-nodes/commit/f7ee40947f224ebb11070ee292524c4e5e277ff4)
|
|
871
|
+
- bump the npm_and_yarn group with 2 updates @dependabot[bot] [`0357cec`](https://github.com/skriptfabrik/n8n-nodes/commit/0357cec6853dc0a4d431d03c5d436bf44b6e6d63)
|
|
872
|
+
- bump @nx/eslint from 19.2.1 to 19.2.2 @dependabot[bot] [`066d3bc`](https://github.com/skriptfabrik/n8n-nodes/commit/066d3bcd3d52b48290fc538c37b0bb5ace6c96e3)
|
|
873
|
+
- bump @nx/eslint-plugin from 19.2.1 to 19.2.2 @dependabot[bot] [`30bdde9`](https://github.com/skriptfabrik/n8n-nodes/commit/30bdde90cf4fd1968732d98cd855cff1ececd67e)
|
|
874
|
+
- bump @swc/core from 1.5.25 to 1.5.27 @dependabot[bot] [`d7252f5`](https://github.com/skriptfabrik/n8n-nodes/commit/d7252f5eb9dd4a598badb5f9817e9c7a88a8b901)
|
|
875
|
+
- bump @swc/core from 1.3.107 to 1.5.25 @dependabot[bot] [`59bc61a`](https://github.com/skriptfabrik/n8n-nodes/commit/59bc61a0c9deaa1252728ef6798da5bde99b1726)
|
|
876
|
+
- bump the typescript-eslint group with 3 updates @dependabot[bot] [`842db01`](https://github.com/skriptfabrik/n8n-nodes/commit/842db0108d12c013380b48dd691494ab216183b6)
|
|
877
|
+
- bump @swc/core from 1.5.27 to 1.5.29 @dependabot[bot] [`46ef57f`](https://github.com/skriptfabrik/n8n-nodes/commit/46ef57fb7d07d7bd9268aacb1318712abe217212)
|
|
878
|
+
- ignore n8n child dependencies [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`b4ff805`](https://github.com/skriptfabrik/n8n-nodes/commit/b4ff8053cc824feaa2acf8170d363bc9a3627af8)
|
|
879
|
+
- bump @azure/msal-node in the npm_and_yarn group @dependabot[bot] [`f52eddd`](https://github.com/skriptfabrik/n8n-nodes/commit/f52edddbe724e42459f6696726174fd8d2ef7e31)
|
|
880
|
+
- bump prettier from 3.3.1 to 3.3.2 @dependabot[bot] [`8209780`](https://github.com/skriptfabrik/n8n-nodes/commit/8209780d1e4f589d05dcc941c26bb08d7b241ffc)
|
|
881
|
+
- bump @swc-node/register from 1.9.1 to 1.9.2 @dependabot[bot] [`4e66260`](https://github.com/skriptfabrik/n8n-nodes/commit/4e6626067b1dd2ed7c5c5f3639cb373e0270ed61)
|
|
882
|
+
- group dependabot updates for @typescript-eslint dependencies [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`3ef1802`](https://github.com/skriptfabrik/n8n-nodes/commit/3ef180271dd89bfba6e08d21bdca95e02e9e124a)
|
|
883
|
+
- ignore nx child dependencies [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) @MaSpeng [`f142ae6`](https://github.com/skriptfabrik/n8n-nodes/commit/f142ae6724cddb66bf543f1f2fdcd54fcd2680c6)
|
|
884
|
+
|
|
885
|
+
## fulfillmenttools-0.1.0
|
|
886
|
+
|
|
887
|
+
### 🔀 Merged Pull Requests
|
|
888
|
+
|
|
889
|
+
- Bump the npm_and_yarn group group with 1 update [`#25`](https://github.com/skriptfabrik/n8n-nodes/pull/25)
|
|
890
|
+
- Bump the npm_and_yarn group group with 1 update [`#21`](https://github.com/skriptfabrik/n8n-nodes/pull/21)
|
|
891
|
+
- Add MOCO credentials and nodes [`#30`](https://github.com/skriptfabrik/n8n-nodes/pull/30)
|
|
892
|
+
- Add enhanced Google nodes [`#11`](https://github.com/skriptfabrik/n8n-nodes/pull/11)
|
|
893
|
+
- Add enhanced Clockify nodes [`#10`](https://github.com/skriptfabrik/n8n-nodes/pull/10)
|
|
894
|
+
|
|
895
|
+
### 🩹 Fixed Issues
|
|
896
|
+
|
|
897
|
+
- [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) Bump sentry-io-enhanced node version [`N8N-6`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-6)
|
|
898
|
+
- [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) Bump moco node version [`N8N-6`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-6)
|
|
899
|
+
- [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) Bump google-enhanced node version [`N8N-6`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-6)
|
|
900
|
+
- [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) Bump clockify-enhanced node version [`N8N-6`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-6)
|
|
901
|
+
- [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) Update devcontainer node version to match n8n docker runtime [`N8N-6`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-6)
|
|
902
|
+
- [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) Update dependencies [`N8N-6`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-6)
|
|
903
|
+
- [N8N-6](https://skriptfabrik.atlassian.net/browse/N8N-6) Update NX workspace [`N8N-6`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-6)
|
|
904
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Bump Clockify Enhanced node version [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
905
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Provide load options method for retrieving Clockify workspace clients [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
906
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Replace non existing load options name for retrieving Clockify workspace projects [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
907
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Bump MOCO node version [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
908
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Add ability to create, delete, get, list and update companies [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
909
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Bump Sentry.io enhanced node version [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
910
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Add ability to add custom tags and extra to envelope operation in Sentry.io node [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
911
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Update NX project configurations [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
912
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Fix invalid source root path for barcode node [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
913
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Remove unused barrel files including unused typescript paths configuration [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
914
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Bump Clockify enhanced node version [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
915
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Add ability to add and remove users from Clockify projects [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
916
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Bump Clockify enhanced node version [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
917
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Update Clockify API description [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
918
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Drop unused barrel file [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
919
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Bump version for MOCO nodes [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
920
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Add contract resource to MOCO trigger node [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
921
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Add custom Sentry node [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
922
|
+
- [N8N-5](https://skriptfabrik.atlassian.net/browse/N8N-5) Update nx [`N8N-5`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-5)
|
|
923
|
+
- [N8N-5](https://skriptfabrik.atlassian.net/browse/N8N-5) Remove unnecessary imports [`N8N-5`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-5)
|
|
924
|
+
- [N8N-5](https://skriptfabrik.atlassian.net/browse/N8N-5) Update dependencies [`N8N-5`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-5)
|
|
925
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Import barcode nodes [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
926
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Import Cronhooks credentials and nodes [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
927
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Import Kaufland marketplace credentials and nodes [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
928
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Import Channable credentials and nodes [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
929
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Import otto market credentials and nodes [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
930
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Import fulfillmenttools credentials and nodes [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
931
|
+
- [N8N-3](https://skriptfabrik.atlassian.net/browse/N8N-3) Replace unmaintained action for retrieving tag information [`N8N-3`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-3)
|
|
932
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Raise Clockify Enhanced node version [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
933
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Extend Clockify Enhances node [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
934
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Add Clockify Enhanced node [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
935
|
+
- [N8N-2](https://skriptfabrik.atlassian.net/browse/N8N-2) Move Clockify node icon to subfolder [`N8N-2`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-2)
|
|
936
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Update continue on fail error handling in MOCO node [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
937
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Update continue on fail error handling in Google cloud storage enhanced node [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
938
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Fix assertion for webhook creation in MOCO trigger [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
939
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Ensure compatible version of n8n, n8n-workflow, and n8n-nodes-base is installed [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
940
|
+
- [N8N-1](https://skriptfabrik.atlassian.net/browse/N8N-1) Add missing jsonwebtoken types for google enhanced cloud storage node [`N8N-1`](https://github.com/skriptfabrik/n8n-nodes/issues/N8N-1)
|
|
941
|
+
|
|
942
|
+
### 🧩 General Changes
|
|
943
|
+
|
|
944
|
+
- Initial commit @schroedan [`2a8c68b`](https://github.com/skriptfabrik/n8n-nodes/commit/2a8c68bcf422052d2b2ae806778267b0b93e4ff3)
|
|
945
|
+
- Update dependencies @schroedan [`9ede034`](https://github.com/skriptfabrik/n8n-nodes/commit/9ede034c8ea0ce89c41452960b24b3a23b6bfeec)
|
|
946
|
+
- Add MOCO triggers @schroedan [`820893e`](https://github.com/skriptfabrik/n8n-nodes/commit/820893eb0605c2e55fb4f947077e1b66554273d4)
|
|
947
|
+
- Update dependabot reviewers @schroedan [`e1be359`](https://github.com/skriptfabrik/n8n-nodes/commit/e1be359958c1f807fba6ff386ecb493130165671)
|
|
948
|
+
- Add commit message check @schroedan [`c4d9021`](https://github.com/skriptfabrik/n8n-nodes/commit/c4d90218a758f4c86311187e8894c689a5f8a0a7)
|
|
949
|
+
- Use n8n dependencies as peer dependencies @schroedan [`c0c7e34`](https://github.com/skriptfabrik/n8n-nodes/commit/c0c7e3462c0b0b40fd5b01ed210c391802e1dbf1)
|
|
950
|
+
- Add Google enhanced nodes to dependabot @schroedan [`12cc48f`](https://github.com/skriptfabrik/n8n-nodes/commit/12cc48f75bbcc12e687414b7d164aff186fe9e9b)
|
|
951
|
+
- Increase bugfix version @schroedan [`2813bbd`](https://github.com/skriptfabrik/n8n-nodes/commit/2813bbdf2d0bf952086b00df4b1b39ff7383c13c)
|
|
952
|
+
- Extend hostname detection @schroedan [`ecd8eed`](https://github.com/skriptfabrik/n8n-nodes/commit/ecd8eedbfb8b3422ec99fbee43125419406ee38d)
|
|
953
|
+
- Provide radable job names @schroedan [`e948fce`](https://github.com/skriptfabrik/n8n-nodes/commit/e948fce8b6c1194e85bd8ea9f2aa209fa2a94111)
|
|
954
|
+
- Bump Bugfix version of MOCO node @schroedan [`d8c97e4`](https://github.com/skriptfabrik/n8n-nodes/commit/d8c97e49933a1b303965e4b1cd83aa5f2341f01a)
|
|
955
|
+
- Fix MOCO trigger creation @schroedan [`dda43da`](https://github.com/skriptfabrik/n8n-nodes/commit/dda43dae84a3ecb71edaa27865d43222cde1eee2)
|
|
956
|
+
- Fix package syntax @schroedan [`4493ea6`](https://github.com/skriptfabrik/n8n-nodes/commit/4493ea6fafd0a4050c23a026e82b23a97d0b8e92)
|
|
957
|
+
- Fix registry in publish config @schroedan [`c0d30b8`](https://github.com/skriptfabrik/n8n-nodes/commit/c0d30b8aa5657bb19140e8638223746f358197ca)
|
|
958
|
+
- Generate coverage report @schroedan [`87e3afe`](https://github.com/skriptfabrik/n8n-nodes/commit/87e3afecc23d13c38c33c89edb701f27cf7b2997)
|
|
959
|
+
- Add enhanced Google nodes o README.md @schroedan [`550f3a5`](https://github.com/skriptfabrik/n8n-nodes/commit/550f3a5227657e1b2b3c5b1ee5bcbbb430656cad)
|
|
960
|
+
- Remove unused tag patterns @schroedan [`148b3a6`](https://github.com/skriptfabrik/n8n-nodes/commit/148b3a6020975d44cb40bec5de907c726b89f3c2)
|