Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 02:37
· 377 commits to master since this release
2182961

3.0.0 (2023-09-24)

Build System

  • files: used the files property to define files to include in the package (15d7c6b)

Features

  • node-versions: defined the supported node ranges (1183b41)

BREAKING CHANGES

  • node-versions: node version support is now limited to v18.17 in the v18 range and above v20.6.1
  • files: the use of the files property prevents inclusion of files into the package that
    are not listed. those files are not part of the intended public api, so this should be effectively
    non-breaking