From ee922731fca64b9d403f8912114d2f5821c21408 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:38:49 -0400 Subject: [PATCH] chore: release 9.0.1 (#225) :robot: I have created a release *beep* *boop* --- ## [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` * [`1dabced`](https://github.com/npm/run-script/commit/1dabced17c3a2c4cbd55fc24c085882de6445a1c) [#223](https://github.com/npm/run-script/pull/223) bump `@npmcli/package-json@6.0.0` --- 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 | 5 +++++ package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9285669..256be89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.0" + ".": "9.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5be6e8..f0f59f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [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` +* [`1dabced`](https://github.com/npm/run-script/commit/1dabced17c3a2c4cbd55fc24c085882de6445a1c) [#223](https://github.com/npm/run-script/pull/223) bump `@npmcli/package-json@6.0.0` + ## [9.0.0](https://github.com/npm/run-script/compare/v8.1.0...v9.0.0) (2024-09-26) ### ⚠️ BREAKING CHANGES * `@npmcli/run-script` now supports node `^18.17.0 || >=20.5.0` diff --git a/package.json b/package.json index 2d7b774..e5fd2fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/run-script", - "version": "9.0.0", + "version": "9.0.1", "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", "author": "GitHub Inc.", "license": "ISC",