Skip to content

Latest commit

 

History

History
92 lines (40 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

92 lines (40 loc) · 3.89 KB

Changelog

2.0.1 (2024-05-24)

Bug Fixes

  • fix legacy eslint configuration not working (#331) (adfaee5), closes #329

2.0.0 (2024-05-15)

⚠ BREAKING CHANGES

  • support new flat config (#322)

Features

1.1.6 (2023-12-05)

Bug Fixes

  • release-please manifest for v4 (bc814ca)

1.1.5 (2023-06-28)

Bug Fixes

  • remove types from package.json (adbefe6)

1.1.4 (2023-06-28)

Bug Fixes

  • add types to package exports (992814e)

1.1.3 (2023-04-20)

Bug Fixes

  • use provenance for releases (a78a620)

1.1.2 (2023-01-19)

Bug Fixes

1.1.1 (2022-08-16)

Bug Fixes

  • rule is now fixable instead of a suggestion (557127d)

1.1.0 (2022-08-15)

Features

  • cross-build to ES modules and CommonJS (334f0a3)

Bug Fixes

  • update lint rule message (ffecaf9)

1.0.1 (2022-08-15)

Bug Fixes

  • rule: properly setup rule inside plugin (c2a46f6)

1.0.0 (2022-08-15)

Features

  • add recommended config and update readme installation guide (aec457a)

Miscellaneous Chores