Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1.69 KB

File metadata and controls

71 lines (47 loc) · 1.69 KB

Summary

Closes #


Type of Change

  • feat — new feature (non-breaking)
  • fix — bug fix (non-breaking)
  • refactor — code change that neither fixes a bug nor adds a feature
  • test — adding or updating tests
  • docs — documentation only
  • chore — build process, CI, config, or tooling changes
  • perf — performance improvement
  • breaking — breaking change (requires major version bump)

Changes Made


Testing

  • Added / updated unit tests (*.spec.ts)
  • All existing unit tests pass (npm run test)
  • E2E tests pass (npm run test:e2e)
  • Manually tested against the running server
  • No tests required (docs/chore only)

Test commands run:

npm run test
# paste output or coverage summary here

Checklist

  • My code follows the project's style conventions (Conventional Commits, NestJS patterns)
  • I've added/updated JSDoc comments where relevant
  • I've updated docs/CHANGELOG.md under [Unreleased]
  • I've updated docs/API.md if new endpoints were added
  • I've verified that no secrets, keys, or tokens are committed
  • This PR is ready for review (not a draft)

Screenshots / Output (if applicable)


Breaking Changes