From 7b99a1072b7ceff7048842629cd0ee7cdcbb66a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:15:18 +0000 Subject: [PATCH] chore: release 10.9.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92b1cfd1a65ed..01dd90fcbf7f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.9.1", + ".": "10.9.2", "workspaces/arborist": "8.0.0", "workspaces/libnpmaccess": "9.0.0", "workspaces/libnpmdiff": "7.0.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb93523dad1c..75fa884dfacf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [10.9.2](https://github.com/npm/cli/compare/v10.9.1...v10.9.2) (2024-12-04) +### Dependencies +* [`ae9345e`](https://github.com/npm/cli/commit/ae9345e352a30151c5326889d7a23b7289894e99) [#7959](https://github.com/npm/cli/pull/7959) `@npmcli/run-script@9.0.2` +* [`39a19b3`](https://github.com/npm/cli/commit/39a19b3e03991ea255d0242af176ef710dd2a1d4) [#7959](https://github.com/npm/cli/pull/7959) `node-gyp@11.0.0` +* [`93e2186`](https://github.com/npm/cli/commit/93e2186c321c3c43031af9cb3b3fb9ff97ee04eb) [#7956](https://github.com/npm/cli/pull/7956) `@npmcli/map-workspaces@4.0.2` +* [`bf0ea00`](https://github.com/npm/cli/commit/bf0ea0064931dc84c1ff92f85b78500cb586b593) [#7956](https://github.com/npm/cli/pull/7956) `@npmcli/package-json@6.1.0` +* [`c84baa3`](https://github.com/npm/cli/commit/c84baa37c65e8bf1f730c585361d4a0bf8c9c67d) [#7956](https://github.com/npm/cli/pull/7956) `init-package-json@7.0.2` +* [`e642099`](https://github.com/npm/cli/commit/e642099003f92c7247833f513782654c7f9f77c4) [#7956](https://github.com/npm/cli/pull/7956) `node-gyp@10.3.1` + ## [10.9.1](https://github.com/npm/cli/compare/v10.9.0...v10.9.1) (2024-11-21) ### Bug Fixes * [`c7fe0db`](https://github.com/npm/cli/commit/c7fe0db8c99233f8709c5e7a90578db6828353fd) [#7924](https://github.com/npm/cli/pull/7924) perf: enable compile cache if present (#7924) (@H4ad) diff --git a/package-lock.json b/package-lock.json index bfb9af2714720..0a58b22297e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.9.1", + "version": "10.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.9.1", + "version": "10.9.2", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index c9dfd7e61cb22..8d01af4a7ce8d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.9.1", + "version": "10.9.2", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [