Skip to content

Commit

Permalink
chore: release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Aug 15, 2023
1 parent 8bdb3a6 commit 267e208
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.0.2"
".": "9.0.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 267e208

Please sign in to comment.