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:08 +0300
committerGar <wraithgar@github.com>2022-04-07 23:45:43 +0300
commite74e04861bab1bf037202c2ec9168e2df882f819 (patch)
treea2031f0687cacc74cd0a66aea6820861f26be306 /workspaces
parentdda8a976a9dd696cf2b2e2be5b55b2048e768768 (diff)
chore(latest): release libnpmaccess 6.0.3
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmaccess/CHANGELOG.md13
-rw-r--r--workspaces/libnpmaccess/package.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md
index fd590f39b..5776901e5 100644
--- a/workspaces/libnpmaccess/CHANGELOG.md
+++ b/workspaces/libnpmaccess/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+### [6.0.3](https://github.com/npm/cli/compare/libnpmaccess-v6.0.2...libnpmaccess-v6.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))
+
### [6.0.2](https://www.github.com/npm/cli/compare/libnpmaccess-v6.0.1...libnpmaccess-v6.0.2) (2022-03-15)
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index c9068f1a4..1eadb2b81 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",