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:21:27 +0300
committerGar <wraithgar@github.com>2022-04-07 23:45:01 +0300
commit3a6bdb736d9b2c0b0cd2d9aedff71697fc30fe76 (patch)
tree3dabe15fa96911ec8c337f23070c6b35882a0fdc /workspaces
parentbaff4828f733efee0a569e00f87d25f06f2b384b (diff)
chore(latest): release libnpmorg 4.0.3
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmorg/CHANGELOG.md13
-rw-r--r--workspaces/libnpmorg/package.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md
index 78f08c0ac..da03f0833 100644
--- a/workspaces/libnpmorg/CHANGELOG.md
+++ b/workspaces/libnpmorg/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+### [4.0.3](https://github.com/npm/cli/compare/libnpmorg-v4.0.2...libnpmorg-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/libnpmorg-v4.0.1...libnpmorg-v4.0.2) (2022-03-10)
diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json
index c88bd77d4..bf756e1cd 100644
--- a/workspaces/libnpmorg/package.json
+++ b/workspaces/libnpmorg/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmorg",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "Programmatic api for `npm org` commands",
"author": "GitHub Inc.",
"main": "lib/index.js",