Skip to content

Commit f8dcf74

Browse files
committed
Bump version to v0.2.3 and update changelog
Bump package version to 0.2.3 in package.json and package-lock.json, and update CHANGELOG.md with the 0.2.3 release notes. Release notes include: flatten package to repo root for n8n publish and move n8n-nodes-devolens to the repository root.
1 parent 45ed2c4 commit f8dcf74

File tree

3 files changed

+71
-71
lines changed

3 files changed

+71
-71
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
### Changelog
2-
3-
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4-
5-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6-
7-
#### 0.2.1
8-
9-
- .. [`0b6d683`](https://github.com/Cryptolens/n8n-node/commit/0b6d6838ad39a14115d8aa290d7410b48175a138)
10-
- .. [`69d32e3`](https://github.com/Cryptolens/n8n-node/commit/69d32e319773599077aa139d3dbc9510ed8d17a1)
11-
- createkey [`9282db4`](https://github.com/Cryptolens/n8n-node/commit/9282db4554e62b56c3b97824079cf5bd9dea8de5)
1+
### Changelog
2+
3+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
4+
5+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### 0.2.3
8+
9+
- chore: flatten package to repo root for n8n publish [`45ed2c4`](https://github.com/Cryptolens/n8n-node/commit/45ed2c4c2377027329c0d5b0a26eab790d22d94d)
10+
- Move n8n-nodes-devolens to repo root [`81b9180`](https://github.com/Cryptolens/n8n-node/commit/81b9180e0b7cbf65cec6154debb29b7ad0570116)
11+
- .. [`0b6d683`](https://github.com/Cryptolens/n8n-node/commit/0b6d6838ad39a14115d8aa290d7410b48175a138)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
11
{
2-
"name": "@cryptolens/n8n-nodes-devolens",
3-
"version": "0.2.1",
4-
"description": "n8n community node for Cryptolens Web API v3",
5-
"license": "MIT",
6-
"homepage": "https://github.com/Cryptolens/n8n-node",
7-
"keywords": [
8-
"n8n-community-node-package",
9-
"n8n",
10-
"cryptolens",
11-
"licensing"
12-
],
13-
"author": {
14-
"name": "Artem Los",
15-
"email": "artem@cryptolens.io"
16-
},
17-
"repository": {
18-
"type": "git",
19-
"url": "git+https://github.com/Cryptolens/n8n-node.git"
20-
},
21-
"bugs": {
22-
"url": "https://github.com/Cryptolens/n8n-node/issues"
23-
},
24-
"publishConfig": {
25-
"access": "public"
26-
},
27-
"scripts": {
28-
"build": "n8n-node build",
29-
"build:watch": "tsc --watch",
30-
"dev": "n8n-node dev",
31-
"lint": "n8n-node lint",
32-
"lint:fix": "n8n-node lint --fix",
33-
"release": "n8n-node release",
34-
"prepublishOnly": "n8n-node prerelease"
35-
},
36-
"files": [
37-
"dist"
38-
],
39-
"n8n": {
40-
"n8nNodesApiVersion": 1,
41-
"strict": true,
42-
"credentials": [
43-
"dist/credentials/CryptolensDevolensApi.credentials.js"
44-
],
45-
"nodes": [
46-
"dist/nodes/CryptolensDevolens/CryptolensDevolens.node.js"
47-
]
48-
},
49-
"devDependencies": {
50-
"@n8n/node-cli": "*",
51-
"eslint": "9.32.0",
52-
"prettier": "3.6.2",
53-
"release-it": "^19.0.4",
54-
"typescript": "5.9.2"
55-
},
56-
"peerDependencies": {
57-
"n8n-workflow": "*"
58-
}
59-
}
2+
"name": "@cryptolens/n8n-nodes-devolens",
3+
"version": "0.2.3",
4+
"description": "n8n community node for Cryptolens Web API v3",
5+
"license": "MIT",
6+
"homepage": "https://github.com/Cryptolens/n8n-node",
7+
"keywords": [
8+
"n8n-community-node-package",
9+
"n8n",
10+
"cryptolens",
11+
"licensing"
12+
],
13+
"author": {
14+
"name": "Artem Los",
15+
"email": "artem@cryptolens.io"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/Cryptolens/n8n-node.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/Cryptolens/n8n-node/issues"
23+
},
24+
"publishConfig": {
25+
"access": "public"
26+
},
27+
"scripts": {
28+
"build": "n8n-node build",
29+
"build:watch": "tsc --watch",
30+
"dev": "n8n-node dev",
31+
"lint": "n8n-node lint",
32+
"lint:fix": "n8n-node lint --fix",
33+
"release": "n8n-node release",
34+
"prepublishOnly": "n8n-node prerelease"
35+
},
36+
"files": [
37+
"dist"
38+
],
39+
"n8n": {
40+
"n8nNodesApiVersion": 1,
41+
"strict": true,
42+
"credentials": [
43+
"dist/credentials/CryptolensDevolensApi.credentials.js"
44+
],
45+
"nodes": [
46+
"dist/nodes/CryptolensDevolens/CryptolensDevolens.node.js"
47+
]
48+
},
49+
"devDependencies": {
50+
"@n8n/node-cli": "*",
51+
"eslint": "9.32.0",
52+
"prettier": "3.6.2",
53+
"release-it": "^19.0.4",
54+
"typescript": "5.9.2"
55+
},
56+
"peerDependencies": {
57+
"n8n-workflow": "*"
58+
}
59+
}

0 commit comments

Comments
 (0)