Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 19:28
· 1 commit to master since this release
d355822

4.0.0 (2025-01-16)

Features

  • add ESM support, remove make-error dependency (8f25148)

BREAKING CHANGES

  • Extending from Error has been simplified by getting rid of the
    make-error dependency; this may be a breaking change. Additionally, exports
    field has been added to package.json.
  • Minimum supported Node version bumped to 18