Skip to content

Latest commit

 

History

History
94 lines (50 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

94 lines (50 loc) · 4.64 KB

Changelog

6.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

  • 9eccb04 #233 bump read-package-json from 6.0.4 to 7.0.0
  • 3024040 #234 bump npm-package-arg from 10.1.0 to 11.0.0

5.0.0 (2023-02-06)

⚠️ BREAKING CHANGES

  • this module is now Promise only and no longer accepts a callback parameter

Features

4.0.1 (2022-10-18)

Dependencies

  • 4dea768 #172 bump npm-package-arg from 9.1.2 to 10.0.0

4.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • init-package-json is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e8ea83a #159 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

  • b869b31 #170 bump read-package-json from 5.0.2 to 6.0.0 (#170)
  • d342821 #168 bump validate-npm-package-name from 4.0.0 to 5.0.0 (#168)

3.0.2 (2022-03-29)

Dependencies

  • bump validate-npm-package-name from 3.0.0 to 4.0.0 (#144) (fa7574a)
  • update npm-package-arg requirement from ^9.0.0 to ^9.0.1 (#136) (b1ec548)

3.0.1 (2022-03-15)

Dependencies

  • bump read-package-json from 4.1.2 to 5.0.0 (#134) (3b7a109)

3.0.0 (2022-02-16)

⚠ BREAKING CHANGES

  • this drops support for node10 and non-LTS versions of node12 and node14

Dependencies

2.0.0 (2020-10-09)

  • BREAKING: requires node10+
  • fix: compat with new @npmcli/config module
  • chore: update deps to latest and greatest

1.10.3 (2018-03-07)

1.10.2 (2018-03-07)

Bug Fixes

  • default-input: Catch errors from npa (#71) (11aee1e)
  • grammar: Fix minor style issue in final prompt (#76) (ba259ce)