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-17 22:42:32 +0300
committerGitHub <noreply@github.com>2022-03-17 22:42:32 +0300
commitdd270cf7b4cf1deb8b771bf7979503847c48d7d4 (patch)
tree32b9acb408a8d6ec7ad5f118eadf23a60ee970cd
parentb40136bcaf32232e4cacdb517ce40f61871da159 (diff)
chore: release libnpmexec 4.0.2 (#4569)libnpmexec-v4.0.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmexec/CHANGELOG.md9
-rw-r--r--workspaces/libnpmexec/package.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md
index 51a5886f9..9f41bb7df 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+### [4.0.2](https://www.github.com/npm/cli/compare/libnpmexec-v4.0.1...libnpmexec-v4.0.2) (2022-03-15)
+
+
+### Dependencies
+
+* npm-package-arg@9.0.1 ([9555a5f](https://www.github.com/npm/cli/commit/9555a5f1d135aa1b8f7374273403efe41e99ee26))
+* pacote@13.0.4 ([6d31450](https://www.github.com/npm/cli/commit/6d3145014861b4198c16d7772d809fd037ece289))
+* pacote@13.0.5 ([340fa51](https://www.github.com/npm/cli/commit/340fa51f423a518a96c8015a67d8f6144a2e8051))
+
### [4.0.1](https://www.github.com/npm/cli/compare/libnpmexec-vlibnpmexec@4.0.0...libnpmexec-v4.0.1) (2022-03-03)
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 68b88578b..9af42b299 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "4.0.1",
+ "version": "4.0.2",
"files": [
"bin",
"lib"