diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c226c8eadd7d7..80cf7f33701db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.2.2", + ".": "10.2.3", "workspaces/arborist": "7.2.1", "workspaces/libnpmaccess": "8.0.1", "workspaces/libnpmdiff": "6.0.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b063f293cff8..d4395bfc968c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [10.2.3](https://github.com/npm/cli/compare/v10.2.2...v10.2.3) (2023-11-02) + +### Dependencies + +* [`b5dedf3`](https://github.com/npm/cli/commit/b5dedf39dd772192ed6639926ad4c99ff5dfd28a) [#6958](https://github.com/npm/cli/pull/6958) `node-gyp@10.0.1` + ## [10.2.2](https://github.com/npm/cli/compare/v10.2.1...v10.2.2) (2023-10-31) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a79f5ecb8a5b6..54771ee699119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.2.2", + "version": "10.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.2.2", + "version": "10.2.3", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 2c90ff7153e30..185b5090cb9a2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.2.2", + "version": "10.2.3", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [