Skip to content

Commit fa58974

Browse files
chore: release 8.0.0 (#123)
🤖 I have created a release *beep* *boop* --- ## [8.0.0](v7.0.2...v8.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `@npmcli/promise-spawn` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`eeaf662`](eeaf662) [#122](#122) align to npm 10 node engine range (@hashtagchris) ### Chores * [`392dc76`](392dc76) [#122](#122) run template-oss-apply (@hashtagchris) * [`9ed7cbe`](9ed7cbe) [#120](#120) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`63cc0e6`](63cc0e6) [#121](#121) postinstall for dependabot template-oss PR (@hashtagchris) * [`a784586`](a784586) [#121](#121) 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 392dc76 commit fa58974

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-
".": "7.0.2"
2+
".": "8.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+
## [8.0.0](https://github.com/npm/promise-spawn/compare/v7.0.2...v8.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/promise-spawn` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`eeaf662`](https://github.com/npm/promise-spawn/commit/eeaf66200f401ff3c53d99c152c56b0e9b20fab2) [#122](https://github.com/npm/promise-spawn/pull/122) align to npm 10 node engine range (@hashtagchris)
8+
### Chores
9+
* [`392dc76`](https://github.com/npm/promise-spawn/commit/392dc767061f672fc44063227a9454511cffd2ec) [#122](https://github.com/npm/promise-spawn/pull/122) run template-oss-apply (@hashtagchris)
10+
* [`9ed7cbe`](https://github.com/npm/promise-spawn/commit/9ed7cbeac0089ae0a4386cb5a2bab83c733d46bd) [#120](https://github.com/npm/promise-spawn/pull/120) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
11+
* [`63cc0e6`](https://github.com/npm/promise-spawn/commit/63cc0e6636cd99699ec953b5943003ceed938f4e) [#121](https://github.com/npm/promise-spawn/pull/121) postinstall for dependabot template-oss PR (@hashtagchris)
12+
* [`a784586`](https://github.com/npm/promise-spawn/commit/a784586feba3d93f03abcc1c49563b0d546e6407) [#121](https://github.com/npm/promise-spawn/pull/121) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
13+
314
## [7.0.2](https://github.com/npm/promise-spawn/compare/v7.0.1...v7.0.2) (2024-05-04)
415

516
### Bug Fixes

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": "7.0.2",
3+
"version": "8.0.0",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)