- 🐛 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)
- 🧪 Test update
- 🏗️ Infrastructure / CI change
- My code follows the project's coding standards
- I have added/updated tests that cover my changes
- All new and existing tests pass locally
- I have updated documentation where necessary
- I have added a changeset (
npx changeset/ equivalent) if this change affects published packages - I have checked for breaking changes and documented them