diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 01dd90fcbf7f0..4132ddf1da930 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "10.9.2", + ".": "10.9.3", "workspaces/arborist": "8.0.0", "workspaces/libnpmaccess": "9.0.0", "workspaces/libnpmdiff": "7.0.0", diff --git a/AUTHORS b/AUTHORS index b8d2affdb7528..7d5a3e496cce5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -949,3 +949,4 @@ Sonny <47546413+sonsurim@users.noreply.github.com> Alessandro Diez Rhys Evans reggi +Victor Adossi ("vados") diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fa884dfacf0..1cc14a184186a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [10.9.3](https://github.com/npm/cli/compare/v10.9.2...v10.9.3) (2025-04-23) +### Bug Fixes +* [`e510f14`](https://github.com/npm/cli/commit/e510f14bf6a20d67e7b37c3f25ff271d9f7a0da5) [#8248](https://github.com/npm/cli/pull/8248) docs: 'pacakge' -> 'package' (#8248) (@t3hmrman) + ## [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` diff --git a/package-lock.json b/package-lock.json index 0a58b22297e57..9e3c07a50e728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "10.9.2", + "version": "10.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "10.9.2", + "version": "10.9.3", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", diff --git a/package.json b/package.json index 8d01af4a7ce8d..2becd9a913287 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.9.2", + "version": "10.9.3", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [