Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 9.0.0 #96

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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