Skip to content

Commit ae505e3

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.4.2
1 parent f2d6947 commit ae505e3

File tree

7 files changed

+28
-9
lines changed

7 files changed

+28
-9
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
".": "11.4.1",
2+
".": "11.4.2",
33
"workspaces/arborist": "9.1.1",
44
"workspaces/libnpmaccess": "10.0.1",
55
"workspaces/libnpmdiff": "8.0.4",
66
"workspaces/libnpmexec": "10.1.3",
77
"workspaces/libnpmfund": "7.0.4",
88
"workspaces/libnpmorg": "8.0.0",
99
"workspaces/libnpmpack": "9.0.4",
10-
"workspaces/libnpmpublish": "11.0.0",
10+
"workspaces/libnpmpublish": "11.0.1",
1111
"workspaces/libnpmsearch": "9.0.0",
1212
"workspaces/libnpmteam": "8.0.1",
1313
"workspaces/libnpmversion": "8.0.1",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,3 +969,4 @@ xaos7991 <[email protected]>
969969
Tom Mrazauskas <[email protected]>
970970
sam crochet <[email protected]>
971971
tarekwfa0110 <[email protected]>
972+
Marc Bernard <[email protected]>

CHANGELOG.md

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

3+
## [11.4.2](https://github.com/npm/cli/compare/v11.4.1...v11.4.2) (2025-06-04)
4+
### Bug Fixes
5+
* [`f2d6947`](https://github.com/npm/cli/commit/f2d69478923b919c77bbb8bdb70c30ddeb59ffe7) [#8345](https://github.com/npm/cli/pull/8345) move warning to new line when `npm init` is canceled (@mbtools)
6+
* [`e758dd7`](https://github.com/npm/cli/commit/e758dd7bec58efed2cc865a6d360b0432ccc9f57) [#8318](https://github.com/npm/cli/pull/8318) powershell: multiple Invoke-Expression fixes (#8318) (@alexsch01)
7+
### Documentation
8+
* [`8b55d38`](https://github.com/npm/cli/commit/8b55d38cd2815a9503aed664c85eb678203dc4d4) [#8329](https://github.com/npm/cli/pull/8329) Rename "command" to "script" (#8329) (@DanKaplanSES)
9+
### Dependencies
10+
* [`dda6f87`](https://github.com/npm/cli/commit/dda6f871331280eeb37493a4ccc57361a27949eb) [#8317](https://github.com/npm/cli/pull/8317) `@npmcli/[email protected]`
11+
* [`bc08ac7`](https://github.com/npm/cli/commit/bc08ac7a82f047485885d9c41a8b6fc48e8981b0) [#8317](https://github.com/npm/cli/pull/8317) remove normalize-package-data
12+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v11.0.1): `[email protected]`
13+
314
## [11.4.1](https://github.com/npm/cli/compare/v11.4.0...v11.4.1) (2025-05-21)
415
### Documentation
516
* [`3ed764a`](https://github.com/npm/cli/commit/3ed764aa08f2087fa1d1bd7391a646ba47565294) [#8308](https://github.com/npm/cli/pull/8308) Clarify script working directory behavior (fixes #8305) (#8308) (@tarekwfa0110, @owlstronaut)

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "11.4.1",
3+
"version": "11.4.2",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "11.4.1",
9+
"version": "11.4.2",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -115,7 +115,7 @@
115115
"libnpmfund": "^7.0.4",
116116
"libnpmorg": "^8.0.0",
117117
"libnpmpack": "^9.0.4",
118-
"libnpmpublish": "^11.0.0",
118+
"libnpmpublish": "^11.0.1",
119119
"libnpmsearch": "^9.0.0",
120120
"libnpmteam": "^8.0.1",
121121
"libnpmversion": "^8.0.1",
@@ -19129,7 +19129,7 @@
1912919129
}
1913019130
},
1913119131
"workspaces/libnpmpublish": {
19132-
"version": "11.0.0",
19132+
"version": "11.0.1",
1913319133
"license": "ISC",
1913419134
"dependencies": {
1913519135
"@npmcli/package-json": "^6.2.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.4.1",
2+
"version": "11.4.2",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -82,7 +82,7 @@
8282
"libnpmfund": "^7.0.4",
8383
"libnpmorg": "^8.0.0",
8484
"libnpmpack": "^9.0.4",
85-
"libnpmpublish": "^11.0.0",
85+
"libnpmpublish": "^11.0.1",
8686
"libnpmsearch": "^9.0.0",
8787
"libnpmteam": "^8.0.1",
8888
"libnpmversion": "^8.0.1",

workspaces/libnpmpublish/CHANGELOG.md

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

3+
## [11.0.1](https://github.com/npm/cli/compare/libnpmpublish-v11.0.0...libnpmpublish-v11.0.1) (2025-06-04)
4+
### Bug Fixes
5+
* [`71cb65b`](https://github.com/npm/cli/commit/71cb65b3c551e663a7bbdb25f5b3c3ddebb1a8c8) [#8317](https://github.com/npm/cli/pull/8317) libnpmpublish: Remove dependence on deprecated library (@owlstronaut)
6+
### Dependencies
7+
* [`dda6f87`](https://github.com/npm/cli/commit/dda6f871331280eeb37493a4ccc57361a27949eb) [#8317](https://github.com/npm/cli/pull/8317) `@npmcli/[email protected]`
8+
* [`bc08ac7`](https://github.com/npm/cli/commit/bc08ac7a82f047485885d9c41a8b6fc48e8981b0) [#8317](https://github.com/npm/cli/pull/8317) remove normalize-package-data
9+
310
## [11.0.0](https://github.com/npm/cli/compare/libnpmpublish-v11.0.0-pre.0...libnpmpublish-v11.0.0) (2024-12-16)
411
### Features
512
* [`a7bfc6d`](https://github.com/npm/cli/commit/a7bfc6df76882996ebb834dbca785fdf33b8c50d) [#7972](https://github.com/npm/cli/pull/7972) trigger release process (#7972) (@wraithgar)

workspaces/libnpmpublish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)