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-06-02 00:26:51 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2022-06-02 00:33:39 +0300
commit42e27914bd1c3d513c7e575dafb905296ade42f5 (patch)
tree464fd9654630c86c79f9f619b960ef732e838cd0
parent180a7e4647ded3d3bca5cd9a2fa8d264b7d2104a (diff)
chore(latest): release libnpmexec 4.0.6
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md7
-rw-r--r--workspaces/libnpmexec/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index cb123185f..fe11a9b1e 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [4.0.6](https://github.com/npm/cli/compare/libnpmexec-v4.0.5...libnpmexec-v4.0.6) (2022-06-01)
+
+
+### Bug Fixes
+
+* **libnpmexec:** fix bug not install latest pkg ([#4929](https://github.com/npm/cli/issues/4929)) ([fcc72dd](https://github.com/npm/cli/commit/fcc72dd8791187f4b3d8705fb23c2744c83ef943))
+
### [4.0.5](https://github.com/npm/cli/compare/libnpmexec-v4.0.4...libnpmexec-v4.0.5) (2022-04-26)
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 9fe45c7ef..dfe40b0d9 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "4.0.5",
+ "version": "4.0.6",
"files": [
"bin/",
"lib/"