Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 1.8 KB

Change Log

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)