Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 7.67 KB

File metadata and controls

80 lines (62 loc) · 7.67 KB

Changelog

6.0.0 (2026-05-15)

⚠️ BREAKING CHANGES

  • read-package-json-fast now supports node ^22.22.2 || ^24.15.0 || >=26.0.0
  • template-oss-apply

Features

Dependencies

Chores

  • 9a06ff1 #104 run lintfix (@owlstronaut)
  • 0256c1a #104 template-oss-apply (@owlstronaut)
  • a90d3fd #104 bumping @npmcli/template-oss from 4.30.0 to 5.1.0 (@owlstronaut)
  • e496a4a #94 bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#94) (@dependabot[bot])
  • 05213cc #99 bump @npmcli/template-oss from 4.29.0 to 4.30.0 (#99) (@dependabot[bot], @npm-cli-bot)

5.0.0 (2025-10-23)

⚠️ BREAKING CHANGES

  • read-package-json-fast now supports node ^20.17.0 || >=22.9.0

Bug Fixes

  • 8b34e07 #90 align to npm 11 node engine range (@owlstronaut)

Dependencies

Chores

  • 3a6af30 #90 template-oss-apply (@owlstronaut)
  • a1db7fe #83 postinstall workflow updates (#83) (@owlstronaut)
  • eed175d #88 bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#88) (@dependabot[bot], @npm-cli-bot)

4.0.0 (2024-09-24)

⚠️ BREAKING CHANGES

  • read-package-json-fast now supports node ^18.17.0 || >=20.5.0

Bug Fixes

  • a650021 #79 align to npm 10 node engine range (@hashtagchris)

Dependencies

Chores

  • 2e7214c #79 run template-oss-apply (@hashtagchris)
  • 8c7c240 #78 enable auto publish (#78) (@reggi)
  • bc76038 #74 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
  • bd2015f #63 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • 0380e43 #75 postinstall for dependabot template-oss PR (@hashtagchris)
  • eb9cd4f #75 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

3.0.2 (2022-12-13)

Bug Fixes

  • 28e4e58 use fs/promises (@lukekarrys)

3.0.1 (2022-10-17)

Dependencies

  • 2866ecb #17 bump npm-normalize-package-bin from 2.0.0 to 3.0.0

3.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • read-package-json-fast is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0
  • update node engines to ^12.13.0 || ^14.15.0 || >=16.0.0

Features

  • e05f996 #9 postinstall for dependabot template-oss PR (@lukekarrys)
  • 4ceacc3 add template-oss (@lukekarrys)

Bug Fixes

Dependencies