Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 22:42
6a805d1

6.0.0 (2022-09-21)

⚠️ BREAKING CHANGES

  • this module now follows a strict order of operations when applying ignore rules. if a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.
  • npm-packlist is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features