Skip to content

Latest commit

 

History

History
118 lines (67 loc) · 7.53 KB

CHANGELOG.md

File metadata and controls

118 lines (67 loc) · 7.53 KB

Changelog

6.0.1 (2024-02-29)

Bug Fixes

  • 4eca245 #263 move to @npmcli/package-json (@wraithgar)

Dependencies

Chores

  • 0a12bd7 #273 bump @npmcli/config from 7.2.0 to 8.2.0 (#273) (@dependabot[bot])
  • b216462 #267 postinstall for dependabot template-oss PR (@lukekarrys)
  • 36addd8 #267 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 38ee762 #261 postinstall for dependabot template-oss PR (@lukekarrys)
  • 642e170 #261 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
  • 4a9b5f1 #239 postinstall for dependabot template-oss PR (@lukekarrys)
  • 0920582 #239 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • 9e08db3 #238 postinstall for dependabot template-oss PR (@lukekarrys)
  • 4a274d1 #238 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])

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

  • @npmcli/template-oss@2.7.1 (257ba39)
  • npm-package-arg@9.0.0, @npmcli/config@4.0.0 (5e744c8)
  • update read requirement from ~1.0.1 to ^1.0.7 (4425b9a)

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)