- 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)
- CI/Build changes
- I have read the CONTRIBUTING guidelines
- My code follows the code style of this project (
npm run lintpasses) - I have run
npm run prettierto format my code - I have added/updated tests that prove my fix or feature works
- All new and existing tests pass (
npm test) - I have updated the CHANGELOG.md with a summary of my changes