From c69708bf2fe217dd114cc6e80e87db99bc196a91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:39:23 -0700 Subject: [PATCH] chore: release 8.0.0 (#63) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5315ef9..32ac658 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.2" + ".": "8.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91139d6..5547cbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [8.0.0](https://github.com/npm/npm-pick-manifest/compare/v7.0.2...v8.0.0) (2022-10-14) + +### ⚠️ BREAKING CHANGES + +* `npm-pick-manifest` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + +* [`a3fc66c`](https://github.com/npm/npm-pick-manifest/commit/a3fc66c3f6b52cfaec20319daf64c9dbfa08d1d3) [#61](https://github.com/npm/npm-pick-manifest/pull/61) postinstall for dependabot template-oss PR (@lukekarrys) + +### Dependencies + +* [`cf6ddfd`](https://github.com/npm/npm-pick-manifest/commit/cf6ddfdf8ede18eed26e89f1c5dcaabb80a97913) [#70](https://github.com/npm/npm-pick-manifest/pull/70) bump npm-install-checks from 5.0.0 to 6.0.0 +* [`518aba1`](https://github.com/npm/npm-pick-manifest/commit/518aba1509f85677dd08830757b43baf5a7f6d62) [#69](https://github.com/npm/npm-pick-manifest/pull/69) bump npm-normalize-package-bin from 2.0.0 to 3.0.0 + ## [7.0.2](https://github.com/npm/npm-pick-manifest/compare/v7.0.1...v7.0.2) (2022-08-25) diff --git a/package.json b/package.json index 055d910..b3739b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-pick-manifest", - "version": "7.0.2", + "version": "8.0.0", "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", "main": "./lib", "files": [