Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 2.18 KB

Changelog

3.0.0 (2024-09-24)

⚠️ BREAKING CHANGES

  • abbrev now supports node ^18.17.0 || >=20.5.0

Bug Fixes

  • e2c25c1 #92 align to npm 10 node engine range (@hashtagchris)

Chores

  • 9d4e497 #97 enable auto publish (#97) (@reggi)
  • b4c7e46 #93 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
  • faa9bf1 #92 run template-oss-apply (@hashtagchris)
  • ff93548 #80 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • 2369d5d #95 postinstall for dependabot template-oss PR (@hashtagchris)
  • 090138a #95 bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot])

2.0.0 (2022-10-31)

⚠️ BREAKING CHANGES

  • Refactored with the following breaking changes:
    • abbrev is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0
    • monkeyPatch API has been removed

Features

  • 602c0fe add @npmcli/template-oss (#36) (@lukekarrys)

Bug Fixes

  • b658525 replace deprecated String.prototype.substr() (#38) (@CommanderRoot)