From a8b4034bf91e348b73426400baa9caf040f3b8ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:44:32 -0800 Subject: [PATCH] chore: release 9.0.2 (#228) :robot: I have created a release *beep* *boop* --- ## [9.0.2](https://github.com/npm/run-script/compare/v9.0.1...v9.0.2) (2024-12-04) ### Dependencies * [`74f7e7a`](https://github.com/npm/run-script/commit/74f7e7a87252099fdcb5f516f846061cb9731139) [#227](https://github.com/npm/run-script/pull/227) `node-gyp@11.0.0` (#227) ### Chores * [`2107147`](https://github.com/npm/run-script/commit/2107147541c533cd93f89c2c6cec02996d7e0d39) [#226](https://github.com/npm/run-script/pull/226) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#226) (@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 256be89..c6101b7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.1" + ".": "9.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f59f3..9fcf8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [9.0.2](https://github.com/npm/run-script/compare/v9.0.1...v9.0.2) (2024-12-04) +### Dependencies +* [`74f7e7a`](https://github.com/npm/run-script/commit/74f7e7a87252099fdcb5f516f846061cb9731139) [#227](https://github.com/npm/run-script/pull/227) `node-gyp@11.0.0` (#227) +### Chores +* [`2107147`](https://github.com/npm/run-script/commit/2107147541c533cd93f89c2c6cec02996d7e0d39) [#226](https://github.com/npm/run-script/pull/226) bump @npmcli/template-oss from 4.23.3 to 4.23.4 (#226) (@dependabot[bot], @npm-cli-bot) + ## [9.0.1](https://github.com/npm/run-script/compare/v9.0.0...v9.0.1) (2024-10-02) ### Dependencies * [`f0e3923`](https://github.com/npm/run-script/commit/f0e39230aa0721501af2a87984195bcbdfcb33d3) [#223](https://github.com/npm/run-script/pull/223) bump `which@5.0.0` diff --git a/package.json b/package.json index 5132c18..38a2ac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/run-script", - "version": "9.0.1", + "version": "9.0.2", "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", "author": "GitHub Inc.", "license": "ISC",