Skip to content

v5.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 17:02
6827f6b

5.0.0-beta.3 (2023-08-06)

Bug Fixes

  • deps: upgraded the core package to the latest version (05c8d70)

Features

  • exports: defined an exports map and referenced the esm bundle with a proper extension (13f8bbc)
  • node-versions: raised the minimum supported node version to v16.14 and dropped v17 support (04d54a5)

BREAKING CHANGES

  • exports: the exports map prevents access to internal files, but that should not have been a
    common use case, so the negative impact should be minimal
  • node-versions: node v16.14 is now the minimum supported version and v17 support has been dropped