- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Refactoring (no functional changes)
- My code follows the project's coding style
- I have added tests that cover my changes (if applicable)
- All new and existing tests pass (
npm test) - Lint passes (
npm run lint) - I have updated the documentation (if applicable)
- I have checked that there are no sensitive data (API keys, tokens, etc.) in my changes