Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 5.68 KB

CHANGELOG.md

File metadata and controls

68 lines (45 loc) · 5.68 KB

Changelog

3.0.0 (2024-09-25)

⚠️ BREAKING CHANGES

  • @npmcli/installed-package-contents now supports node ^18.17.0 || >=20.5.0

Bug Fixes

  • ea967c6 #89 align to npm 10 node engine range (@reggi)

Dependencies

Chores

  • b4dd93c #89 run template-oss-apply (@reggi)
  • 8c4baa0 #86 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
  • 09751b7 #74 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • da8cd83 #87 postinstall for dependabot template-oss PR (@hashtagchris)
  • 698f46b #87 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

2.1.0 (2024-04-23)

Features

  • a7f49ef #72 remove fs.promises and separate bin script (@lukekarrys)

Bug Fixes

Chores

  • 3813829 #73 auto publish (#73) (@lukekarrys)
  • a9cf35e #72 remove fileTypesSupport test (@lukekarrys)
  • e9bc949 #71 postinstall for dependabot template-oss PR (@lukekarrys)
  • c5b6bfb #71 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

2.0.2 (2023-02-27)

Bug Fixes

  • 4a51e49 add shell line so bin works (#37) (@ShamimIslam)

2.0.1 (2022-10-19)

Bug Fixes

2.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • @npmcli/installed-package-contents is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0
  • update engines to ^12.13.0 || ^14.15.0 || >=16.0.0

Features

  • 73c0db2 #14 postinstall for dependabot template-oss PR (@lukekarrys)
  • 7839326 template-oss (@lukekarrys)

Bug Fixes

Dependencies