Prepare for v0.2.0 release

- Bump version to 0.2.0
- Update repository URLs to git.martien.io
- Update author information
- Add changelog for v0.2.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-10 11:26:29 +01:00
parent 7e99c8fee7
commit 6492ab648f
2 changed files with 14 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "n8n-nodes-strike",
"version": "0.1.0",
"version": "0.2.0",
"description": "n8n node for Strike API - Bitcoin payments and Lightning Network",
"keywords": [
"n8n-community-node-package",
@ -10,13 +10,13 @@
"payments"
],
"license": "MIT",
"homepage": "https://github.com/yourusername/n8n-nodes-strike",
"homepage": "https://git.martien.io/Martien/n8n-nodes-strike",
"author": {
"name": "Your Name"
"name": "Martien"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/n8n-nodes-strike.git"
"url": "https://git.martien.io/Martien/n8n-nodes-strike.git"
},
"main": "index.js",
"scripts": {