Skip to content

Commit bc0e214

Browse files
chore: release 11.0.1
1 parent ab9ddc0 commit bc0e214

4 files changed

+9
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "11.0.0",
2+
".": "11.0.1",
33
"workspaces/arborist": "9.0.0",
44
"workspaces/libnpmaccess": "10.0.0",
55
"workspaces/libnpmdiff": "8.0.0",

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [11.0.1](https://github.com/npm/cli/compare/v11.0.0...v11.0.1) (2024-12-20)
4+
### Bug Fixes
5+
* [`ab9ddc0`](https://github.com/npm/cli/commit/ab9ddc0413374fbf4879da535f82e03bc4e62cf3) [#7992](https://github.com/npm/cli/pull/7992) sbom: deduplicate sbom dependencies (#7992) (@bdehamer)
6+
* [`f7da341`](https://github.com/npm/cli/commit/f7da341322c2f860156e8144b208583596504479) [#7980](https://github.com/npm/cli/pull/7980) search: properly display multiple search terms (#7980) (@wraithgar)
7+
38
## [11.0.0](https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.0) (2024-12-16)
49
### Documentation
510
* [`8a911da`](https://github.com/npm/cli/commit/8a911da452b9785bcd051778570beeb2d8b27421) [#7963](https://github.com/npm/cli/pull/7963) ls: removed design change pending section note (#7963) (@milaninfy)

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.0.0",
2+
"version": "11.0.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

0 commit comments

Comments
 (0)