Skip to content

Commit ee363a1

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.9.3
1 parent e510f14 commit ee363a1

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "10.9.2",
2+
".": "10.9.3",
33
"workspaces/arborist": "8.0.0",
44
"workspaces/libnpmaccess": "9.0.0",
55
"workspaces/libnpmdiff": "7.0.0",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,3 +949,4 @@ Sonny <47546413+sonsurim@users.noreply.github.com>
949949
Alessandro Diez <demedos@users.noreply.github.com>
950950
Rhys Evans <wheresrhys@gmail.com>
951951
reggi <reggi@github.com>
952+
Victor Adossi ("vados") <vados@vadosware.io>

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [10.9.3](https://github.com/npm/cli/compare/v10.9.2...v10.9.3) (2025-04-23)
4+
### Bug Fixes
5+
* [`e510f14`](https://github.com/npm/cli/commit/e510f14bf6a20d67e7b37c3f25ff271d9f7a0da5) [#8248](https://github.com/npm/cli/pull/8248) docs: 'pacakge' -> 'package' (#8248) (@t3hmrman)
6+
37
## [10.9.2](https://github.com/npm/cli/compare/v10.9.1...v10.9.2) (2024-12-04)
48
### Dependencies
59
* [`ae9345e`](https://github.com/npm/cli/commit/ae9345e352a30151c5326889d7a23b7289894e99) [#7959](https://github.com/npm/cli/pull/7959) `@npmcli/run-script@9.0.2`

package-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.9.2",
3+
"version": "10.9.3",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.9.2",
9+
"version": "10.9.3",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.9.2",
2+
"version": "10.9.3",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)