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-04-07 01:19:57 +0300
committerGar <wraithgar@github.com>2022-04-07 23:51:54 +0300
commitedc9ef6b90e4b6f9767a44943844204a8ba5180c (patch)
treecea15cf8d61df04be200d450e1933ae905657718
parent5074adc5e17d1b0ec753cde3b7efd96c2fc7c4a3 (diff)
chore(latest): release libnpmteam 4.0.3
-rw-r--r--workspaces/libnpmteam/CHANGELOG.md13
-rw-r--r--workspaces/libnpmteam/package.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md
index 88b6fc578..b203fe7d6 100644
--- a/workspaces/libnpmteam/CHANGELOG.md
+++ b/workspaces/libnpmteam/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+### [4.0.3](https://github.com/npm/cli/compare/libnpmteam-v4.0.2...libnpmteam-v4.0.3) (2022-04-06)
+
+
+### Bug Fixes
+
+* update readme badges ([#4658](https://github.com/npm/cli/issues/4658)) ([2829cb2](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d))
+
+
+### Dependencies
+
+* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08))
+* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/npm/cli/issues/4639)) ([a59fd2c](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f))
+
### [4.0.2](https://www.github.com/npm/cli/compare/libnpmteam-v4.0.1...libnpmteam-v4.0.2) (2022-03-10)
diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json
index f92c875fe..25868135d 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.2",
+ "version": "4.0.3",
"author": "GitHub Inc.",
"license": "ISC",
"main": "lib/index.js",