From b6ab4f5edb05375513768144d83344d64ff2421f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:07:43 +0000 Subject: [PATCH] chore: release 9.9.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b0196c79a2e9..9499d494789f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "9.9.3", + ".": "9.9.4", "workspaces/arborist": "6.5.1", "workspaces/libnpmaccess": "7.0.3", "workspaces/libnpmdiff": "5.0.21", diff --git a/CHANGELOG.md b/CHANGELOG.md index 499da1ee98c4d..3e610d837d726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [9.9.4](https://github.com/npm/cli/compare/v9.9.3...v9.9.4) (2024-11-21) + +### Dependencies + +* [`080e201`](https://github.com/npm/cli/commit/080e20107fb5882afc5132b25a1a3195cdf17cfc) [#7930](https://github.com/npm/cli/pull/7930) `hosted-git-info@6.1.3` (#7930) +* [`401bb86`](https://github.com/npm/cli/commit/401bb86a0377f9460db304c61bf9803680746dbf) [#7928](https://github.com/npm/cli/pull/7928) `tar@6.2.1` +* [`cfb3b77`](https://github.com/npm/cli/commit/cfb3b77f738b05b8603e91d29a72da195a98a941) [#7928](https://github.com/npm/cli/pull/7928) `cross-spawn@7.0.6` +* [`6a5f8a8`](https://github.com/npm/cli/commit/6a5f8a875739706a70209400e041eeac4637c26d) [#7928](https://github.com/npm/cli/pull/7928) `debug@4.3.7` +* [`72df313`](https://github.com/npm/cli/commit/72df313d1ade770eb58efcdf62ee74db2c5d88a2) [#7928](https://github.com/npm/cli/pull/7928) `hosted-git-info@6.1.2` + ## [9.9.3](https://github.com/npm/cli/compare/v9.9.2...v9.9.3) (2024-02-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 42a382cab4f94..bd17d6c6e2ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.9.3", + "version": "9.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.9.3", + "version": "9.9.4", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 52783c99d7939..eb6b856a59d29 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.3", + "version": "9.9.4", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [