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:54:06 +0300
committerGitHub <noreply@github.com>2022-03-10 01:54:06 +0300
commitd01b61eb8dbd74da03221f99d8aa4626ef999c54 (patch)
tree39b36fa4c71dea4f8ceea03dd87d8a1194c7adc1
parent4742d7cf3ad15f5263fd5fefd15c04f9871c58af (diff)
chore: release libnpmorg 4.0.1 (#4505)libnpmorg-v4.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmorg/CHANGELOG.md7
-rw-r--r--workspaces/libnpmorg/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md
index 4cd5cd1cd..4fca16936 100644
--- a/workspaces/libnpmorg/CHANGELOG.md
+++ b/workspaces/libnpmorg/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+### [4.0.1](https://www.github.com/npm/cli/compare/libnpmorg-vlibnpmorg@4.0.0...libnpmorg-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.0 (2020-03-02)
### BREAKING CHANGE
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index 707b53186..c00352022 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Programmatic api for `npm org` commands",
"author": "GitHub Inc.",
"main": "lib/index.js",