Skip to content

Commit c6636f1

Browse files
chore: release 9.0.0 (#145)
🤖 I have created a release *beep* *boop* --- ## [9.0.0](v8.0.3...v9.0.0) (2025-10-23) ### ⚠️ BREAKING CHANGES * `@npmcli/promise-spawn` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`83b6f8e`](83b6f8e) [#144](#144) align to npm 11 node engine range (@owlstronaut) ### Chores * [`cb2d875`](cb2d875) [#144](#144) remove unneeded eslint ignore (@owlstronaut) * [`17d2584`](17d2584) [#144](#144) template-oss-apply (@owlstronaut) * [`078277b`](078277b) [#143](#143) bump @npmcli/template-oss from 4.27.0 to 4.27.1 (#143) (@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 cb2d875 commit c6636f1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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-
".": "8.0.3"
2+
".": "9.0.0"
33
}

CHANGELOG.md

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

3+
## [9.0.0](https://github.com/npm/promise-spawn/compare/v8.0.3...v9.0.0) (2025-10-23)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/promise-spawn` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`83b6f8e`](https://github.com/npm/promise-spawn/commit/83b6f8e2091bd23fb01f685f31382e7cb9338c64) [#144](https://github.com/npm/promise-spawn/pull/144) align to npm 11 node engine range (@owlstronaut)
8+
### Chores
9+
* [`cb2d875`](https://github.com/npm/promise-spawn/commit/cb2d875635abb407069fa703bdb81e3bb3e1c748) [#144](https://github.com/npm/promise-spawn/pull/144) remove unneeded eslint ignore (@owlstronaut)
10+
* [`17d2584`](https://github.com/npm/promise-spawn/commit/17d25844a3ee5581598bf1fa5ef8141b70d0e9a2) [#144](https://github.com/npm/promise-spawn/pull/144) template-oss-apply (@owlstronaut)
11+
* [`078277b`](https://github.com/npm/promise-spawn/commit/078277be0eeb0389d14c7da7d55abe94cb7c0249) [#143](https://github.com/npm/promise-spawn/pull/143) bump @npmcli/template-oss from 4.27.0 to 4.27.1 (#143) (@dependabot[bot], @npm-cli-bot)
12+
313
## [8.0.3](https://github.com/npm/promise-spawn/compare/v8.0.2...v8.0.3) (2025-08-28)
414
### Bug Fixes
515
* [`c12e015`](https://github.com/npm/promise-spawn/commit/c12e015b87ea8027185bfdffd3d374854496401c) [#137](https://github.com/npm/promise-spawn/pull/137) fallback for missing process.env.ComSpec on Windows (#137) (@SongMinQQ)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/promise-spawn",
3-
"version": "8.0.3",
3+
"version": "9.0.0",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)