Skip to content

Commit ea42fbf

Browse files
chore: release 10.0.0 (#240)
🤖 I have created a release *beep* *boop* --- ## [10.0.0](v9.1.0...v10.0.0) (2025-09-02) ### ⚠️ BREAKING CHANGES * `run-script` now supports node `^20.17.0 || >=22.9.0` ### Bug Fixes * [`e0eea71`](e0eea71) [#239](#239) align to npm 11 node engine range (@owlstronaut) ### Dependencies * [`fb8aed9`](fb8aed9) [#239](#239) `@npmcli/package-json@7.0.0` ### Chores * [`795e49e`](795e49e) [#234](#234) postinstall workflow updates (#234) (@owlstronaut) * [`0d78e0c`](0d78e0c) [#236](#236) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#236) (@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 fb8aed9 commit ea42fbf

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-
".": "9.1.0"
2+
".": "10.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+
## [10.0.0](https://github.com/npm/run-script/compare/v9.1.0...v10.0.0) (2025-09-02)
4+
### ⚠️ BREAKING CHANGES
5+
* `run-script` now supports node `^20.17.0 || >=22.9.0`
6+
### Bug Fixes
7+
* [`e0eea71`](https://github.com/npm/run-script/commit/e0eea718b01bb92b590cbe6fbd31fda1198426bc) [#239](https://github.com/npm/run-script/pull/239) align to npm 11 node engine range (@owlstronaut)
8+
### Dependencies
9+
* [`fb8aed9`](https://github.com/npm/run-script/commit/fb8aed98895ffc8b3a476a92695a941981992c2e) [#239](https://github.com/npm/run-script/pull/239) `@npmcli/package-json@7.0.0`
10+
### Chores
11+
* [`795e49e`](https://github.com/npm/run-script/commit/795e49e5571789efc4c4ebf3f5975ec9267bdc6d) [#234](https://github.com/npm/run-script/pull/234) postinstall workflow updates (#234) (@owlstronaut)
12+
* [`0d78e0c`](https://github.com/npm/run-script/commit/0d78e0c688b1985617218a19a02eb4cec29f6bda) [#236](https://github.com/npm/run-script/pull/236) bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#236) (@dependabot[bot], @npm-cli-bot)
13+
314
## [9.1.0](https://github.com/npm/run-script/compare/v9.0.2...v9.1.0) (2025-03-07)
415
### Features
516
* [`21694f2`](https://github.com/npm/run-script/commit/21694f2098d27f3391a137a8885d20b34363faed) [#230](https://github.com/npm/run-script/pull/230) use nodeGyp option (#230) (@wraithgar, @legobeat)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "9.1.0",
3+
"version": "10.0.0",
44
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
55
"author": "GitHub Inc.",
66
"license": "ISC",

0 commit comments

Comments
 (0)