From 81de91de507d73e69813a96091ce9fdcd64dece7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:56:48 -0700 Subject: [PATCH] chore: release 8.0.2 (#129) :robot: I have created a release *beep* *boop* --- ## [8.0.2](https://github.com/npm/promise-spawn/compare/v8.0.1...v8.0.2) (2024-10-18) ### Bug Fixes * [`5ecf301`](https://github.com/npm/promise-spawn/commit/5ecf3016c8252a35f7b84fe7e63ca1f97e3ce6d7) [#128](https://github.com/npm/promise-spawn/pull/128) open URL in browser on WSL (#128) (@mbtools, @wraithgar) ### Chores * [`ef4ba09`](https://github.com/npm/promise-spawn/commit/ef4ba0994104927011160f1ef4e7256335e16544) [#127](https://github.com/npm/promise-spawn/pull/127) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#127) (@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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c2430e7..6331e90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.1" + ".": "8.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f585a84..50a3fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [8.0.2](https://github.com/npm/promise-spawn/compare/v8.0.1...v8.0.2) (2024-10-18) +### Bug Fixes +* [`5ecf301`](https://github.com/npm/promise-spawn/commit/5ecf3016c8252a35f7b84fe7e63ca1f97e3ce6d7) [#128](https://github.com/npm/promise-spawn/pull/128) open URL in browser on WSL (#128) (@mbtools, @wraithgar) +### Chores +* [`ef4ba09`](https://github.com/npm/promise-spawn/commit/ef4ba0994104927011160f1ef4e7256335e16544) [#127](https://github.com/npm/promise-spawn/pull/127) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#127) (@dependabot[bot], @npm-cli-bot) + ## [8.0.1](https://github.com/npm/promise-spawn/compare/v8.0.0...v8.0.1) (2024-10-02) ### Dependencies * [`606edd3`](https://github.com/npm/promise-spawn/commit/606edd301ac120f4bc4e710846b2581659f12eaf) [#124](https://github.com/npm/promise-spawn/pull/124) bump `which@5.0.0` diff --git a/package.json b/package.json index 063d94f..f5fb026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/promise-spawn", - "version": "8.0.1", + "version": "8.0.2", "files": [ "bin/", "lib/"