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",