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:
14
README.md
14
README.md
@ -170,21 +170,27 @@ Contributions are welcome! If you find bugs or want to add features:
|
||||
4. Test thoroughly
|
||||
5. Submit a pull request
|
||||
|
||||
**Repository**: https://github.com/yourusername/n8n-nodes-strike
|
||||
**Repository**: https://git.martien.io/Martien/n8n-nodes-strike
|
||||
|
||||
## 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/)
|
||||
- **n8n Community**: [n8n Community Forum](https://community.n8n.io/)
|
||||
|
||||
## 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)
|
||||
- Support for 10 Strike API resources
|
||||
- Support for 9 Strike API resources
|
||||
- 30+ operations across all resources
|
||||
- Production and Sandbox environment support
|
||||
- Event tracking capabilities
|
||||
- OData filtering and pagination
|
||||
|
||||
## License
|
||||
|
||||
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user