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-17 22:24:37 +0300
committerGitHub <noreply@github.com>2022-03-17 22:24:37 +0300
commit2b08cce2ee3a8bd0c4f87117ed6d156f52abe0e5 (patch)
treea0066e534f5b1924d5a9f646eb0d5a04d7f58e60
parented8ab63e4a2c8e6527bf7d49736d1bbb6f0aead2 (diff)
chore: release libnpmteam 4.0.2 (#4536)libnpmteam-v4.0.2
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 945ce651d..88b6fc578 100644
--- a/workspaces/libnpmteam/CHANGELOG.md
+++ b/workspaces/libnpmteam/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [4.0.2](https://www.github.com/npm/cli/compare/libnpmteam-v4.0.1...libnpmteam-v4.0.2) (2022-03-10)
+
+
+### Documentation
+
+* standardize changelog heading ([#4510](https://www.github.com/npm/cli/issues/4510)) ([91f03ee](https://www.github.com/npm/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f))
+
### [4.0.1](https://www.github.com/npm/cli/compare/libnpmteam-vlibnpmteam@4.0.0...libnpmteam-v4.0.1) (2022-03-03)
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index 1eb5868f4..485ab5973 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.1",
+ "version": "4.0.2",
"author": "GitHub Inc.",
"license": "ISC",
"main": "lib/index.js",