@limetech/n8n-nodes-lime 2.5.0 → 2.5.2

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.
@@ -33,17 +33,3 @@ jobs:
33
33
  env:
34
34
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
35
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
-
37
- push-to-npm:
38
- name: Push package to NPM
39
- runs-on: ubuntu-latest
40
- needs: release
41
- permissions:
42
- id-token: write
43
- contents: read
44
- steps:
45
- - name: Checkout repository
46
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
47
- - run: npm ci
48
- - name: Publish
49
- run: npm publish
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.5.2](https://github.com/Lundalogik/lime-n8n/compare/v2.5.1...v2.5.2) (2026-01-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * change licence ([b168973](https://github.com/Lundalogik/lime-n8n/commit/b1689730fda71d14f5a79154ecc13c1351bd3e83))
7
+
8
+ ## [2.5.1](https://github.com/Lundalogik/lime-n8n/compare/v2.5.0...v2.5.1) (2026-01-08)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove npm publish ([b77167c](https://github.com/Lundalogik/lime-n8n/commit/b77167c1b6c69a9cc1034346bf7b2a405064911f))
14
+
1
15
  # [2.5.0](https://github.com/Lundalogik/lime-n8n/compare/v2.4.0...v2.5.0) (2026-01-08)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@limetech/n8n-nodes-lime",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "n8n node to connect to Lime CRM",
5
+ "licence": "Apache-2.0",
5
6
  "main": "nodes/index.ts",
6
7
  "scripts": {
7
8
  "build": "tsc && copyfiles \"nodes/**/*.svg\" dist",