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:50:35 +0300
committerGitHub <noreply@github.com>2022-03-10 01:50:35 +0300
commit7b8fdaeecc2e3ce957374469e6203d466844a5fb (patch)
tree23d37695357e60472f2d06ff58f5fa22749e277a
parent69ea5435016a9d1c454af7253a80204dc9941380 (diff)
chore: release libnpmteam 4.0.1 (#4504)libnpmteam-v4.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmteam/CHANGELOG.md7
-rw-r--r--workspaces/libnpmteam/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md
index ba472cfcc..d5e8f25fa 100644
--- a/workspaces/libnpmteam/CHANGELOG.md
+++ b/workspaces/libnpmteam/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+### [4.0.1](https://www.github.com/npm/cli/compare/libnpmteam-vlibnpmteam@4.0.0...libnpmteam-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](https://github.com/npm/libnpmteam/compare/v1.0.2...v2.0.0) (2020-03-02)
### BREAKING CHANGE
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 2861f74cb..1eb5868f4 100644
--- a/workspaces/libnpmteam/package.json
+++ b/workspaces/libnpmteam/package.json
@@ -1,7 +1,7 @@
{
"name": "libnpmteam",
"description": "npm Team management APIs",
- "version": "4.0.0",
+ "version": "4.0.1",
"author": "GitHub Inc.",
"license": "ISC",
"main": "lib/index.js",