Skip to content

Commit 554ac93

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 11.12.1
1 parent d1ee8a5 commit 554ac93

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "11.12.0",
2+
".": "11.12.1",
33
"workspaces/arborist": "9.4.2",
44
"workspaces/libnpmaccess": "10.0.3",
55
"workspaces/libnpmdiff": "8.1.5",

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,3 +1001,4 @@ Lucas Gomes Santana <ls7128387@gmail.com>
10011001
Mohamed Akram <mohd.akram@outlook.com>
10021002
Mitch Denny <mitchdenny@outlook.com>
10031003
Matt Van Horn <mvanhorn@users.noreply.github.com>
1004+
Daniel Foerster <pydsigner@gmail.com>

CHANGELOG.md

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

3+
## [11.12.1](https://github.com/npm/cli/compare/v11.12.0...v11.12.1) (2026-03-23)
4+
### Documentation
5+
* [`d1ee8a5`](https://github.com/npm/cli/commit/d1ee8a524783e6ce33209fc48c83c89af5a5ccdf) [#9140](https://github.com/npm/cli/pull/9140) Add note on relative path prefix for npm publish (#9140) (@pydsigner)
6+
37
## [11.12.0](https://github.com/npm/cli/compare/v11.11.1...v11.12.0) (2026-03-18)
48
### Features
59
* [`8eff5fb`](https://github.com/npm/cli/commit/8eff5fb31afc996c71c8f159defa324cb86dfc5a) [#9049](https://github.com/npm/cli/pull/9049) audit: add --include-attestations flag to output sigstore bundles (#9049) (@mitchdenny)

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

0 commit comments

Comments
 (0)