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-03-10 01:57:20 +0300
committerGitHub <noreply@github.com>2022-03-10 01:57:20 +0300
commit82aca0bf0ac6922d293641e73038ab32b7c47878 (patch)
tree671c4511b0ff82b7877777143d53a118d0341690
parentfdd255ae9ebf41147085e74cec5c9f65eb5ff1de (diff)
chore: release libnpmdiff 4.0.1 (#4506)libnpmdiff-v4.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmdiff/CHANGELOG.md8
-rw-r--r--workspaces/libnpmdiff/package.json2
2 files changed, 8 insertions, 2 deletions
diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md
index b93b15b7b..e7d881af7 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 883748ee6..d1f9a92d2 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",