Skip to content

Commit

Permalink
chore: release 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Sep 8, 2023
1 parent 7bf2374 commit 1416b2e
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "10.0.0",
".": "10.0.1",
"workspaces/arborist": "7.0.0",
"workspaces/libnpmaccess": "8.0.0",
"workspaces/libnpmdiff": "6.0.0",
Expand All @@ -12,5 +12,5 @@
"workspaces/libnpmsearch": "7.0.0",
"workspaces/libnpmteam": "6.0.0",
"workspaces/libnpmversion": "5.0.0",
"workspaces/config": "7.1.0"
"workspaces/config": "7.1.1"
}
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -894,3 +894,6 @@ Emmanuel Ferdman <[email protected]>
P-Chan <[email protected]>
Rahul <[email protected]>
Francesco Sardone <[email protected]>
joaootavios <[email protected]>
Saquib <[email protected]>
Dan Rose <[email protected]>
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [10.0.1](https://github.com/npm/cli/compare/v10.0.0...v10.0.1) (2023-09-08)

### Bug Fixes

* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)

### Documentation

* [`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)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.1.1): `@npmcli/[email protected]`

## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31)

### Features
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.0.0",
"version": "10.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.0.0",
"version": "10.0.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -88,7 +88,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/config": "^7.1.0",
"@npmcli/config": "^7.1.1",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand Down Expand Up @@ -17308,7 +17308,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "7.1.0",
"version": "7.1.1",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.0.0",
"version": "10.0.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/config": "^7.1.0",
"@npmcli/config": "^7.1.1",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [7.1.1](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.1.1) (2023-09-08)

### Bug Fixes

* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)

## [7.1.0](https://github.com/npm/cli/compare/config-v7.0.1...config-v7.1.0) (2023-08-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "7.1.0",
"version": "7.1.1",
"files": [
"bin/",
"lib/"
Expand Down

0 comments on commit 1416b2e

Please sign in to comment.