diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcaf995c776cd..8d9bf0a4dc25e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", @@ -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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 129d238e51d90..098dedf63b6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/config@7.1.1` + ## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31) ### Features diff --git a/package-lock.json b/package-lock.json index e5da072775d01..9bb4b3d6d51d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm", - "version": "10.0.0", + "version": "10.0.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8418f543b406a..2576788b0b42b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "10.0.0", + "version": "10.0.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -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", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index 4e3b1d5f28741..1bb2533e90fd8 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -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 diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 93f2cd097d6f2..316fca701c01d 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "7.1.0", + "version": "7.1.1", "files": [ "bin/", "lib/"