File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 10.9.0 " ,
2
+ "." : " 10.9.1 " ,
3
3
"workspaces/arborist" : " 8.0.0" ,
4
4
"workspaces/libnpmaccess" : " 9.0.0" ,
5
5
"workspaces/libnpmdiff" : " 7.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.9.1] ( https://github.com/npm/cli/compare/v10.9.0...v10.9.1 ) (2024-10-07)
4
+ ### Bug Fixes
5
+ * [ ` 534ad77 ` ] ( https://github.com/npm/cli/commit/534ad7789e5c61f579f44d782bdd18ea3ff1ee20 ) [ #7795 ] ( https://github.com/npm/cli/pull/7795 ) remove unused parameters catch statements (#7795 ) (@btea )
6
+ ### Documentation
7
+ * [ ` feb54f7 ` ] ( https://github.com/npm/cli/commit/feb54f7e9a39bd52519221bae4fafc8bc70f235e ) [ #7822 ] ( https://github.com/npm/cli/pull/7822 ) package.json: add libc field (#7822 ) (@wraithgar )
8
+
3
9
## [ 10.9.0] ( https://github.com/npm/cli/compare/v10.8.3...v10.9.0 ) (2024-10-03)
4
10
### Features
5
11
* [ ` 4d57928 ` ] ( https://github.com/npm/cli/commit/4d57928ea20c1672864dc0c8ebaff5d877e61c9c ) [ #7766 ] ( https://github.com/npm/cli/pull/7766 ) devEngines (#7766 ) (@reggi )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "npm",
3
- "version": "10.9.0 ",
3
+ "version": "10.9.1 ",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "npm",
9
- "version": "10.9.0 ",
9
+ "version": "10.9.1 ",
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" : " 10.9.0 " ,
2
+ "version" : " 10.9.1 " ,
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