Skip to content

Commit 41c92f8

Browse files
chore: release 11.0.0 (#155)
🤖 I have created a release *beep* *boop* --- ## [11.0.0](v10.0.0...v11.0.0) (2025-07-24) ### ⚠️ BREAKING CHANGES * `npm-pick-manifest` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`754f197`](754f197) [#154](#154) align to npm 11 node engine range (@owlstronaut) ### Dependencies * [`a289de9`](a289de9) [#154](#154) `[email protected]` ### Chores * [`017dcde`](017dcde) [#150](#150) postinstall workflow updates (#150) (@owlstronaut) * [`fb93cfd`](fb93cfd) [#152](#152) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#152) (@dependabot[bot], @npm-cli-bot) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 754f197 commit 41c92f8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.0.0"
2+
".": "11.0.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [11.0.0](https://github.com/npm/npm-pick-manifest/compare/v10.0.0...v11.0.0) (2025-07-24)
4+
### ⚠️ BREAKING CHANGES
5+
* `npm-pick-manifest` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`754f197`](https://github.com/npm/npm-pick-manifest/commit/754f197c90aa6e8dab45f2cfc30ccd55cf64319a) [#154](https://github.com/npm/npm-pick-manifest/pull/154) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`a289de9`](https://github.com/npm/npm-pick-manifest/commit/a289de9a4bb5639fcfa8f84ee1d12e5f4ca0ed5c) [#154](https://github.com/npm/npm-pick-manifest/pull/154) `[email protected]`
10+
### Chores
11+
* [`017dcde`](https://github.com/npm/npm-pick-manifest/commit/017dcdeec716947348ec76658d5c8b1933de4040) [#150](https://github.com/npm/npm-pick-manifest/pull/150) postinstall workflow updates (#150) (@owlstronaut)
12+
* [`fb93cfd`](https://github.com/npm/npm-pick-manifest/commit/fb93cfd13844507384e6b51ed91aaf19c78a7cdc) [#152](https://github.com/npm/npm-pick-manifest/pull/152) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#152) (@dependabot[bot], @npm-cli-bot)
13+
314
## [10.0.0](https://github.com/npm/npm-pick-manifest/compare/v9.1.0...v10.0.0) (2024-09-26)
415
### ⚠️ BREAKING CHANGES
516
* `npm-pick-manifest` now supports node `^18.17.0 || >=20.5.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-pick-manifest",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
55
"main": "./lib",
66
"files": [

0 commit comments

Comments
 (0)