Skip to content
forked from npm/cli

Latest commit

 

History

History
92 lines (51 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

92 lines (51 loc) · 3.98 KB

Changelog

5.0.0-pre.0 (2022-09-10)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)

Dependencies

4.0.5 (2022-08-31)

Dependencies

4.0.4 (2022-06-22)

Dependencies

4.0.3 (2022-04-06)

Bug Fixes

Dependencies

4.0.2 (2022-03-15)

Dependencies

4.0.1 (2022-03-03)

Bug Fixes

  • set proper workspace repo urls in package.json (#4476) (0cfc155)

2.0.3

  • fix name of options sent by the npm cli

2.0.2

  • fix matching basename file filter

2.0.1

  • fix for tarballs not listing folder names

2.0.0

  • API rewrite:
    • normalized all options
    • specs to compare are now an array
  • fix context=0
  • added support to filtering by folder names

1.0.1

  • fixed nameOnly option

1.0.0

  • Initial release