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:
-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"