From 7acc4db3c714caedb4e4c12ad3fd554aaf0aa6a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:50:40 +0000 Subject: [PATCH] chore: release 10.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8390882..932a782 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c9933..ed3f8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.1](https://github.com/npm/run-script/compare/v10.0.0...v10.0.1) (2025-10-23) +### Dependencies +* [`796de97`](https://github.com/npm/run-script/commit/796de9728dafebe3830ec63ca0c91f4533c48f74) [#245](https://github.com/npm/run-script/pull/245) bump @npmcli/node-gyp from 4.0.0 to 5.0.0 (#245) (@dependabot[bot]) +* [`a35bc34`](https://github.com/npm/run-script/commit/a35bc34f700477f49eea8c91e25bbe1683c937e0) [#244](https://github.com/npm/run-script/pull/244) bump proc-log from 5.0.0 to 6.0.0 (#244) (@dependabot[bot]) +### Chores +* [`7ce2c09`](https://github.com/npm/run-script/commit/7ce2c09a1e6e480b2aa7c99482efe6070ac849c6) [#243](https://github.com/npm/run-script/pull/243) bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#243) (@dependabot[bot], @npm-cli-bot) + ## [10.0.0](https://github.com/npm/run-script/compare/v9.1.0...v10.0.0) (2025-09-02) ### ⚠️ BREAKING CHANGES * `run-script` now supports node `^20.17.0 || >=22.9.0` diff --git a/package.json b/package.json index c4a88a3..1015c85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/run-script", - "version": "10.0.0", + "version": "10.0.1", "description": "Run a lifecycle script for a package (descendant of npm-lifecycle)", "author": "GitHub Inc.", "license": "ISC",