File tree 4 files changed +12
-4
lines changed
4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 11.0 .0" ,
2
+ "." : " 11.1 .0" ,
3
3
"workspaces/arborist" : " 9.0.0" ,
4
4
"workspaces/libnpmaccess" : " 10.0.0" ,
5
5
"workspaces/libnpmdiff" : " 8.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 11.1.0] ( https://github.com/npm/cli/compare/v11.0.0...v11.1.0 ) (2025-01-06)
4
+ ### Features
5
+ * [ ` 7f6c997 ` ] ( https://github.com/npm/cli/commit/7f6c9973dc9a4dfebd76e52e060a9d8496b8bd98 ) [ #8009 ] ( https://github.com/npm/cli/pull/8009 ) add dry-run to deprecate/undeprecate commands (@wraithgar )
6
+ * [ ` 1764a37 ` ] ( https://github.com/npm/cli/commit/1764a37f1913b6a0811a85d89e029fc1dc79da54 ) [ #8009 ] ( https://github.com/npm/cli/pull/8009 ) add npm undeprecate command (@wraithgar )
7
+ ### Bug Fixes
8
+ * [ ` ab9ddc0 ` ] ( https://github.com/npm/cli/commit/ab9ddc0413374fbf4879da535f82e03bc4e62cf3 ) [ #7992 ] ( https://github.com/npm/cli/pull/7992 ) sbom: deduplicate sbom dependencies (#7992 ) (@bdehamer )
9
+ * [ ` f7da341 ` ] ( https://github.com/npm/cli/commit/f7da341322c2f860156e8144b208583596504479 ) [ #7980 ] ( https://github.com/npm/cli/pull/7980 ) search: properly display multiple search terms (#7980 ) (@wraithgar )
10
+
3
11
## [ 11.0.0] ( https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.0 ) (2024-12-16)
4
12
### Documentation
5
13
* [ ` 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 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "npm",
3
- "version": "11.0 .0",
3
+ "version": "11.1 .0",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "npm",
9
- "version": "11.0 .0",
9
+ "version": "11.1 .0",
10
10
"bundleDependencies": [
11
11
"@isaacs/string-locale-compare",
12
12
"@npmcli/arborist",
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 11.0 .0" ,
2
+ "version" : " 11.1 .0" ,
3
3
"name" : " npm" ,
4
4
"description" : " a package manager for JavaScript" ,
5
5
"workspaces" : [
You can’t perform that action at this time.
0 commit comments