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:
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user