Bump version to 0.2.1

- Update version in package.json
- Add changelog entry for v0.2.1

🤖 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:32:14 +01:00
parent 0e5dc5548c
commit 7aa6484486
2 changed files with 5 additions and 1 deletions

View File

@ -178,6 +178,10 @@ Contributions are welcome! If you find bugs or want to add features:
## Changelog ## Changelog
### 0.2.1
- Fix icon build process to include PNG files
- Fix broken image link in README
### 0.2.0 ### 0.2.0
- Add Event resource with get and getAll operations - Add Event resource with get and getAll operations
- Update node icon from SVG to PNG format - Update node icon from SVG to PNG format

View File

@ -1,6 +1,6 @@
{ {
"name": "n8n-nodes-strike", "name": "n8n-nodes-strike",
"version": "0.2.0", "version": "0.2.1",
"description": "n8n node for Strike API - Bitcoin payments and Lightning Network", "description": "n8n node for Strike API - Bitcoin payments and Lightning Network",
"keywords": [ "keywords": [
"n8n-community-node-package", "n8n-community-node-package",