Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 861 Bytes

File metadata and controls

31 lines (21 loc) · 861 Bytes

Summary

Changes

Related Issues

Type of Change

  • 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)

Checklist

  • My code follows the project's coding style
  • I have added tests that cover my changes (if applicable)
  • All new and existing tests pass (npm test)
  • Lint passes (npm run lint)
  • I have updated the documentation (if applicable)
  • I have checked that there are no sensitive data (API keys, tokens, etc.) in my changes