Closes #
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that causes existing functionality to change)
- Documentation update
- Refactor
- Performance improvement
- Ran
npm test— all tests pass - Tested manually (if applicable)
- My code follows the project's code style
- I have performed a self-review of my code
- I have commented my code, particularly in hard-to-understand areas
- My changes generate no new warnings or errors
- I have updated the documentation if necessary
- My changes are scoped to a single issue