From 82aca0bf0ac6922d293641e73038ab32b7c47878 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:57:20 -0500 Subject: [PATCH] chore: release libnpmdiff 4.0.1 (#4506) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- workspaces/libnpmdiff/CHANGELOG.md | 8 +++++++- workspaces/libnpmdiff/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index b93b15b7b1113..e7d881af74902 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [4.0.1](https://www.github.com/npm/cli/compare/libnpmdiff-vlibnpmdiff@4.0.0...libnpmdiff-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)) + ## 2.0.3 - fix name of options sent by the npm cli @@ -27,4 +34,3 @@ ## 1.0.0 - Initial release - diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 883748ee63f85..d1f9a92d289be 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "4.0.0", + "version": "4.0.1", "description": "The registry diff", "repository": { "type": "git",