Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-10 01:43:44 +0300
committerGitHub <noreply@github.com>2022-03-10 01:43:44 +0300
commit0c6afa3b27ce0e0d68559847c6ce2dc7277c2cc1 (patch)
tree1f469b89a7083169a301d301f01ef64e2ef5e748
parentfa59830fc429d354179853e8f9b9a32ef3444067 (diff)
chore: release libnpmexec 4.0.1 (#4502)libnpmexec-v4.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md8
-rw-r--r--workspaces/libnpmexec/package.json2
2 files changed, 8 insertions, 2 deletions
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index 698d1a4ef..51a5886f9 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [4.0.1](https://www.github.com/npm/cli/compare/libnpmexec-vlibnpmexec@4.0.0...libnpmexec-v4.0.1) (2022-03-03)
+
+
+### Bug Fixes
+
+* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))
+
## v2.0.0
- Added a new required `npxCache` option
@@ -22,4 +29,3 @@ similar to `@npmcli/run-script`
- Initial implementation, moves the code that used to live in the **npm cli**,
ref: https://github.com/npm/cli/blob/release/v7.10.0/lib/exec.js into this
separate module, providing a programmatic API to the **npm exec** functionality.
-
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 26cede0da..4f607099b 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "4.0.0",
+ "version": "4.0.1",
"files": [
"bin",
"lib"