Skip to content

Commit d1df352

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.9.4
1 parent f7ff89c commit d1df352

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-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.3",
2+
".": "10.9.4",
33
"workspaces/arborist": "8.0.1",
44
"workspaces/libnpmaccess": "9.0.0",
55
"workspaces/libnpmdiff": "7.0.1",

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.4](https://github.com/npm/cli/compare/v10.9.3...v10.9.4) (2025-09-30)
4+
### Bug Fixes
5+
* [`f7ff89c`](https://github.com/npm/cli/commit/f7ff89ca89e1cf69d70786b2bc26ff5c04ac31eb) [#8551](https://github.com/npm/cli/pull/8551) powershell: fix StrictMode and improve argument parsing (#8551) (@alexsch01, @splatteredbits)
6+
37
## [10.9.3](https://github.com/npm/cli/compare/v10.9.2...v10.9.3) (2025-06-25)
48
### Bug Fixes
59
* [`7cff878`](https://github.com/npm/cli/commit/7cff878a3dd95b6a9d0bae118914626f5480ecb5) [#8343](https://github.com/npm/cli/pull/8343) powershell: use Invoke-Expression to pass args (#8343) (@alexsch01)

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.3",
3+
"version": "10.9.4",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.9.3",
9+
"version": "10.9.4",
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.3",
2+
"version": "10.9.4",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)