Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(latest): release libnpmexec 4.0.10 #5275

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json
Expand Up @@ -10149,7 +10149,7 @@
}
},
"workspaces/libnpmexec": {
"version": "4.0.9",
"version": "4.0.10",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^5.0.0",
Expand Down
9 changes: 9 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "4.0.9",
"version": "4.0.10",
"files": [
"bin/",
"lib/"
Expand Down