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

@ -170,21 +170,27 @@ Contributions are welcome! If you find bugs or want to add features:
4. Test thoroughly 4. Test thoroughly
5. Submit a pull request 5. Submit a pull request
**Repository**: https://github.com/yourusername/n8n-nodes-strike **Repository**: https://git.martien.io/Martien/n8n-nodes-strike
## Support ## Support
- **Issues**: Report bugs on [GitHub Issues](https://github.com/yourusername/n8n-nodes-strike/issues) - **Issues**: Report bugs on [Git Repository](https://git.martien.io/Martien/n8n-nodes-strike/issues)
- **Strike API**: [Strike API Documentation](https://docs.strike.me/api/) - **Strike API**: [Strike API Documentation](https://docs.strike.me/api/)
- **n8n Community**: [n8n Community Forum](https://community.n8n.io/) - **n8n Community**: [n8n Community Forum](https://community.n8n.io/)
## Changelog ## Changelog
### 0.2.0
- Add Event resource with get and getAll operations
- Update node icon from SVG to PNG format
- Add comprehensive README with usage examples
- Update repository URLs to git.martien.io
- Improve documentation
### 0.1.0 (Initial Release) ### 0.1.0 (Initial Release)
- Support for 10 Strike API resources - Support for 9 Strike API resources
- 30+ operations across all resources - 30+ operations across all resources
- Production and Sandbox environment support - Production and Sandbox environment support
- Event tracking capabilities
- OData filtering and pagination - OData filtering and pagination
## License ## License

View File

@ -1,6 +1,6 @@
{ {
"name": "n8n-nodes-strike", "name": "n8n-nodes-strike",
"version": "0.1.0", "version": "0.2.0",
"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",
@ -10,13 +10,13 @@
"payments" "payments"
], ],
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/yourusername/n8n-nodes-strike", "homepage": "https://git.martien.io/Martien/n8n-nodes-strike",
"author": { "author": {
"name": "Your Name" "name": "Martien"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/yourusername/n8n-nodes-strike.git" "url": "https://git.martien.io/Martien/n8n-nodes-strike.git"
}, },
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {