Skip to content

Latest commit

Β 

History

History
47 lines (33 loc) Β· 1.21 KB

File metadata and controls

47 lines (33 loc) Β· 1.21 KB

Summary

Linked issue

Type of change

  • πŸ› Bug fix (non-breaking)
  • ✨ New feature (non-breaking)
  • πŸ’₯ Breaking change (fix or feature that changes existing behavior)
  • πŸ“ Docs / examples
  • ♻️ Refactor (no functional change)
  • πŸ§ͺ Tests only
  • πŸ”§ Chore / tooling

Test plan

  • [ ]
  • [ ]

Breaking changes

Checklist

  • My code follows the project style (npm run lint / cargo fmt && cargo clippy).
  • I added tests covering my change.
  • I updated docs / READMEs / recipes where relevant.
  • I ran npm run changeset if this affects a published npm package.
  • CI is green on Linux, macOS, and Windows.