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-08-10 19:54:55 +0300
committerGar <wraithgar@github.com>2022-08-10 20:41:42 +0300
commit1ffcfed76cbafa8b9b24b835d3baba2e25e83428 (patch)
tree65caf7c127dd60dd84ff2bf1c9cbeb8ebace8a38
parentf3765539abcf82b6ff1dc4145e9b988a49192fc1 (diff)
chore(latest): release libnpmexec 4.0.10
-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 8003ca3d4..e64549942 100644
--- a/workspaces/libnpmexec/CHANGELOG.md
+++ b/workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [4.0.10](https://github.com/npm/cli/compare/libnpmexec-v4.0.9...libnpmexec-v4.0.10) (2022-08-10)
+
+
+### Bug Fixes
+
+* ignore global prefix if --prefix is used ([#5291](https://github.com/npm/cli/issues/5291)) ([daaf461](https://github.com/npm/cli/commit/daaf4619c85ecf62346770735cfa8e2ddecbef8b))
+* look up local command bins from local tree ([#5273](https://github.com/npm/cli/issues/5273)) ([c992fd6](https://github.com/npm/cli/commit/c992fd6757505974dc8e92a9e2886d2233e098eb))
+* only try to run global bin if the bin name exists ([#5253](https://github.com/npm/cli/issues/5253)) ([95ae9f2](https://github.com/npm/cli/commit/95ae9f2e2555ef592777399bf8fee5206d77f41d))
+
## [4.0.9](https://github.com/npm/cli/compare/libnpmexec-v4.0.8...libnpmexec-v4.0.9) (2022-08-03)
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 9fcb0b201..a83447d9e 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "4.0.9",
+ "version": "4.0.10",
"files": [
"bin/",
"lib/"