From fa58974e9627498e99b001fafd72c0deefc316c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:20:37 -0400 Subject: [PATCH] chore: release 8.0.0 (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [8.0.0](https://github.com/npm/promise-spawn/compare/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`](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) ### Chores * [`392dc76`](https://github.com/npm/promise-spawn/commit/392dc767061f672fc44063227a9454511cffd2ec) [#122](https://github.com/npm/promise-spawn/pull/122) run template-oss-apply (@hashtagchris) * [`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]) * [`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) * [`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]) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5315ef9..32ac658 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.2" + ".": "8.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d6b1313..ec9b3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [8.0.0](https://github.com/npm/promise-spawn/compare/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`](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) +### Chores +* [`392dc76`](https://github.com/npm/promise-spawn/commit/392dc767061f672fc44063227a9454511cffd2ec) [#122](https://github.com/npm/promise-spawn/pull/122) run template-oss-apply (@hashtagchris) +* [`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]) +* [`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) +* [`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]) + ## [7.0.2](https://github.com/npm/promise-spawn/compare/v7.0.1...v7.0.2) (2024-05-04) ### Bug Fixes diff --git a/package.json b/package.json index 6ff5c91..e68cfc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/promise-spawn", - "version": "7.0.2", + "version": "8.0.0", "files": [ "bin/", "lib/"