From c54f224d6623da971c32299dfe02e81a416d4afe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 18:08:28 +0000 Subject: [PATCH] chore: release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md 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..0b08ffe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# 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 + +* [`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 26959bc..51b14d3 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",