diff --git a/.release-please-manifest.json b/.release-please-manifest.json index df86f79..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.7" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..38116cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +## [2.0.0](https://github.com/npm/installed-package-contents/compare/v1.0.7...v2.0.0) (2022-10-14) + +### ⚠️ BREAKING CHANGES + +* `@npmcli/installed-package-contents` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` +* update engines to ^12.13.0 || ^14.15.0 || >=16.0.0 + +### Features + +* [`73c0db2`](https://github.com/npm/installed-package-contents/commit/73c0db2f11bfbef5d89090e766896b861742d59a) [#14](https://github.com/npm/installed-package-contents/pull/14) postinstall for dependabot template-oss PR (@lukekarrys) +* [`7839326`](https://github.com/npm/installed-package-contents/commit/78393260db7c806d69087a174f2e393d9e961dc2) template-oss (@lukekarrys) + +### Bug Fixes + +* [`5ca1ba2`](https://github.com/npm/installed-package-contents/commit/5ca1ba291053cae7ec41031214762b484ddc0ebb) linting (@lukekarrys) + +### Dependencies + +* [`8c53d60`](https://github.com/npm/installed-package-contents/commit/8c53d60062e85163b1e42a5aadd8421a70fa4c61) [#22](https://github.com/npm/installed-package-contents/pull/22) bump npm-bundled from 2.0.1 to 3.0.0 +* [`2241f43`](https://github.com/npm/installed-package-contents/commit/2241f432d1e6b93a802c7638029bd46c76041dae) [#21](https://github.com/npm/installed-package-contents/pull/21) bump npm-normalize-package-bin from 2.0.0 to 3.0.0 +* [`d36ab64`](https://github.com/npm/installed-package-contents/commit/d36ab648eae592a66c1e7689a2983ab6bc244f8e) [#12](https://github.com/npm/installed-package-contents/pull/12) `npm-normalize-package-bin@2.0.0` +* [`2ff51f4`](https://github.com/npm/installed-package-contents/commit/2ff51f40e8a0391ef07b2d6b6629b1504f8f76cd) `npm-bundled@2.0.1` diff --git a/package.json b/package.json index 89e1509..09caada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/installed-package-contents", - "version": "1.0.7", + "version": "2.0.0", "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", "author": "GitHub Inc.", "main": "lib/index.js",