diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6331e90..9285669 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.2" + ".": "9.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f90c093..e2b6d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [9.0.0](https://github.com/npm/npm-pick-manifest/compare/v8.0.2...v9.0.0) (2023-08-15) + +### ⚠️ BREAKING CHANGES + +* support for node 14 has been removed + +### Bug Fixes + +* [`842e4eb`](https://github.com/npm/npm-pick-manifest/commit/842e4eb36a6cf38387f75b4cc497f5124600e0d4) [#95](https://github.com/npm/npm-pick-manifest/pull/95) drop node14 support (@lukekarrys) + +### Dependencies + +* [`8bdb3a6`](https://github.com/npm/npm-pick-manifest/commit/8bdb3a619b86a6689b1a558fe753d936b74939d1) [#94](https://github.com/npm/npm-pick-manifest/pull/94) bump npm-package-arg from 10.1.0 to 11.0.0 + ## [8.0.2](https://github.com/npm/npm-pick-manifest/compare/v8.0.1...v8.0.2) (2023-07-26) ### Bug Fixes diff --git a/package.json b/package.json index cf917bf..e30c2cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-pick-manifest", - "version": "8.0.2", + "version": "9.0.0", "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", "main": "./lib", "files": [