From 0c6afa3b27ce0e0d68559847c6ce2dc7277c2cc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:43:44 -0500 Subject: [PATCH] chore: release libnpmexec 4.0.1 (#4502) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- workspaces/libnpmexec/CHANGELOG.md | 8 +++++++- workspaces/libnpmexec/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index 698d1a4ef81bf..51a5886f9621b 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [4.0.1](https://www.github.com/npm/cli/compare/libnpmexec-vlibnpmexec@4.0.0...libnpmexec-v4.0.1) (2022-03-03) + + +### Bug Fixes + +* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754)) + ## v2.0.0 - Added a new required `npxCache` option @@ -22,4 +29,3 @@ similar to `@npmcli/run-script` - Initial implementation, moves the code that used to live in the **npm cli**, ref: https://github.com/npm/cli/blob/release/v7.10.0/lib/exec.js into this separate module, providing a programmatic API to the **npm exec** functionality. - diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 26cede0da7b57..4f607099b10e3 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "4.0.0", + "version": "4.0.1", "files": [ "bin", "lib"