Skip to content

Latest commit

 

History

History
74 lines (34 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

74 lines (34 loc) · 3.17 KB

Changelog

4.0.0 (2024-12-02)

⚠ BREAKING CHANGES

  • Adds engines.node field in package.json with value of ^16.20.0 || ^18.0.0 || ^20.0.0 || ^22.0.0. Versions which do not satisfy this range are unsupported.

Features

  • establish baseline Node.js version support (#184) (8600392)

3.0.5 (2024-06-11)

Bug Fixes

  • Release unpublished updates (f1cd44d)

3.0.4 (2024-05-28)

Bug Fixes

3.0.3 (2024-04-26)

Bug Fixes

  • Creates CJS type declarations for CJS export. (#138) (26b6eb7), closes #136

3.0.2 (2024-01-18)

Bug Fixes

3.0.1 (2023-09-13)

Bug Fixes

  • Use Node.js 18 for releases (1b6d267)

3.0.0 (2023-09-12)

⚠ BREAKING CHANGES

  • Allow custom error types to be used. (#86)

Features

  • Allow custom error types to be used. (#86) (3e125fe)

2.2.4 (2023-08-15)

Bug Fixes

2.2.3 (2023-01-26)

Bug Fixes