Skip to content

Commit 1416b2e

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.0.1
1 parent 7bf2374 commit 1416b2e

7 files changed

Lines changed: 32 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "10.0.0",
2+
".": "10.0.1",
33
"workspaces/arborist": "7.0.0",
44
"workspaces/libnpmaccess": "8.0.0",
55
"workspaces/libnpmdiff": "6.0.0",
@@ -12,5 +12,5 @@
1212
"workspaces/libnpmsearch": "7.0.0",
1313
"workspaces/libnpmteam": "6.0.0",
1414
"workspaces/libnpmversion": "5.0.0",
15-
"workspaces/config": "7.1.0"
15+
"workspaces/config": "7.1.1"
1616
}

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,3 +894,6 @@ Emmanuel Ferdman <emmanuelferdman@gmail.com>
894894
P-Chan <hello@0x50.io>
895895
Rahul <rahulgithub96@gmail.com>
896896
Francesco Sardone <francesco@airscript.it>
897+
joaootavios <joaootaviostivi2@gmail.com>
898+
Saquib <saquibkhan@github.com>
899+
Dan Rose <danoftheroses@gmail.com>

CHANGELOG.md

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

3+
## [10.0.1](https://github.com/npm/cli/compare/v10.0.0...v10.0.1) (2023-09-08)
4+
5+
### Bug Fixes
6+
7+
* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)
8+
9+
### Documentation
10+
11+
* [`09d8e0a`](https://github.com/npm/cli/commit/09d8e0a20bd11f53a9fafac1fff4f1ec0b7b379e) [#6759](https://github.com/npm/cli/pull/6759) fix versions of node.js in readme (#6759) (@JoaoOtavioS)
12+
13+
### Dependencies
14+
15+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.1.1): `@npmcli/config@7.1.1`
16+
317
## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31)
418

519
### Features

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": "10.0.0",
3+
"version": "10.0.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.0.0",
9+
"version": "10.0.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -88,7 +88,7 @@
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
9090
"@npmcli/arborist": "^7.0.0",
91-
"@npmcli/config": "^7.1.0",
91+
"@npmcli/config": "^7.1.1",
9292
"@npmcli/fs": "^3.1.0",
9393
"@npmcli/map-workspaces": "^3.0.4",
9494
"@npmcli/package-json": "^5.0.0",
@@ -17308,7 +17308,7 @@
1730817308
},
1730917309
"workspaces/config": {
1731017310
"name": "@npmcli/config",
17311-
"version": "7.1.0",
17311+
"version": "7.1.1",
1731217312
"license": "ISC",
1731317313
"dependencies": {
1731417314
"@npmcli/map-workspaces": "^3.0.2",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.0.0",
2+
"version": "10.0.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -53,7 +53,7 @@
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
5555
"@npmcli/arborist": "^7.0.0",
56-
"@npmcli/config": "^7.1.0",
56+
"@npmcli/config": "^7.1.1",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
5959
"@npmcli/package-json": "^5.0.0",

workspaces/config/CHANGELOG.md

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

3+
## [7.1.1](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.1.1) (2023-09-08)
4+
5+
### Bug Fixes
6+
7+
* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)
8+
39
## [7.1.0](https://github.com/npm/cli/compare/config-v7.0.1...config-v7.1.0) (2023-08-31)
410

511
### Features

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"files": [
55
"bin/",
66
"lib/"

0 commit comments

Comments
 (0)