Skip to content

Commit 3552cd7

Browse files
chore: release 9.0.0 (#219)
🤖 I have created a release *beep* *boop* --- ## [9.0.0](v8.1.0...v9.0.0) (2024-09-26) ### ⚠️ BREAKING CHANGES * `@npmcli/run-script` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`7ff5e68`](7ff5e68) [#218](#218) align to npm 10 node engine range (@reggi) ### Dependencies * [`585d1ef`](585d1ef) [#218](#218) `[email protected]` * [`bfc5bf1`](bfc5bf1) [#218](#218) `@npmcli/[email protected]` * [`26da68c`](26da68c) [#218](#218) `@npmcli/[email protected]` ### Chores * [`e49feef`](e49feef) [#218](#218) run template-oss-apply (@reggi) * [`1755bf8`](1755bf8) [#213](#213) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`97e60c5`](97e60c5) [#203](#203) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`27bf80f`](27bf80f) [#214](#214) postinstall for dependabot template-oss PR (@hashtagchris) * [`8ad1a6c`](8ad1a6c) [#214](#214) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[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 585d1ef commit 3552cd7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.1.0"
2+
".": "9.0.0"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [9.0.0](https://github.com/npm/run-script/compare/v8.1.0...v9.0.0) (2024-09-26)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/run-script` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`7ff5e68`](https://github.com/npm/run-script/commit/7ff5e68ee0343ac880b8537e945671ba234c8721) [#218](https://github.com/npm/run-script/pull/218) align to npm 10 node engine range (@reggi)
8+
### Dependencies
9+
* [`585d1ef`](https://github.com/npm/run-script/commit/585d1ef2aa35940f61606da4bf4050e201087f4e) [#218](https://github.com/npm/run-script/pull/218) `[email protected]`
10+
* [`bfc5bf1`](https://github.com/npm/run-script/commit/bfc5bf1b9b2cc8facd162e1d4198da9bd00daffb) [#218](https://github.com/npm/run-script/pull/218) `@npmcli/[email protected]`
11+
* [`26da68c`](https://github.com/npm/run-script/commit/26da68c76e9356a4f19a9a19f3a1f628b5d87c20) [#218](https://github.com/npm/run-script/pull/218) `@npmcli/[email protected]`
12+
### Chores
13+
* [`e49feef`](https://github.com/npm/run-script/commit/e49feefaf8d8f3d5f1f3e8c06a54acb7719dcd45) [#218](https://github.com/npm/run-script/pull/218) run template-oss-apply (@reggi)
14+
* [`1755bf8`](https://github.com/npm/run-script/commit/1755bf8296951143482586d7d42d34c185c40518) [#213](https://github.com/npm/run-script/pull/213) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
15+
* [`97e60c5`](https://github.com/npm/run-script/commit/97e60c59c24fb69582f6256c51562f48f78adec6) [#203](https://github.com/npm/run-script/pull/203) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
16+
* [`27bf80f`](https://github.com/npm/run-script/commit/27bf80ffb66b493918d3559ad55f92785331a96b) [#214](https://github.com/npm/run-script/pull/214) postinstall for dependabot template-oss PR (@hashtagchris)
17+
* [`8ad1a6c`](https://github.com/npm/run-script/commit/8ad1a6ce29d6f5f63d7e206e4257df5efe1de0c7) [#214](https://github.com/npm/run-script/pull/214) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
18+
319
## [8.1.0](https://github.com/npm/run-script/compare/v8.0.0...v8.1.0) (2024-04-29)
420

521
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "8.1.0",
3+
"version": "9.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)