diff --git a/package-lock.json b/package-lock.json index 59e4e90b07903..eaed3d6683105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9846,7 +9846,7 @@ } }, "workspaces/libnpmexec": { - "version": "4.0.3", + "version": "4.0.4", "license": "ISC", "dependencies": { "@npmcli/arborist": "^5.0.0", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index 7e31757ac1bfb..ffa1212ee1ad6 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [4.0.4](https://github.com/npm/cli/compare/libnpmexec-v4.0.3...libnpmexec-v4.0.4) (2022-04-19) + + +### Bug Fixes + +* **exec:** workspaces support ([6253d19](https://github.com/npm/cli/commit/6253d1968d8390ea6b16604ff3abb5e6509349c9)) +* **libnpmexec:** fix read mixed local/registry pkg ([4a46a27](https://github.com/npm/cli/commit/4a46a27f2b968e2f8c1f4821508f93013738c482)) + ### [4.0.3](https://github.com/npm/cli/compare/libnpmexec-v4.0.2...libnpmexec-v4.0.3) (2022-04-06) diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 72a1ee983520e..5a8f7e4af2c68 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "4.0.3", + "version": "4.0.4", "files": [ "bin/", "lib/"