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:27:24 +0300
committerGitHub <noreply@github.com>2022-03-17 22:27:24 +0300
commitab5442dd6f39bccf80d69aa67413c753503e1a61 (patch)
treeb622f56a7e9daf7ed361afd2c995461bf478f49f
parent0b73bfa82d4eb826ec0dbda4cc457c94580e0d64 (diff)
chore: release libnpmaccess 6.0.2 (#4537)libnpmaccess-v6.0.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmaccess/CHANGELOG.md12
-rw-r--r--workspaces/libnpmaccess/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md
index 6f45e5473..d79d9b54c 100644
--- a/workspaces/libnpmaccess/CHANGELOG.md
+++ b/workspaces/libnpmaccess/CHANGELOG.md
@@ -1,6 +1,18 @@
# Changelog
<a name="4.0.0"></a>
+### [6.0.2](https://www.github.com/npm/cli/compare/libnpmaccess-v6.0.1...libnpmaccess-v6.0.2) (2022-03-15)
+
+
+### Documentation
+
+* standardize changelog heading ([#4510](https://www.github.com/npm/cli/issues/4510)) ([91f03ee](https://www.github.com/npm/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f))
+
+
+### Dependencies
+
+* npm-package-arg@9.0.1 ([9555a5f](https://www.github.com/npm/cli/commit/9555a5f1d135aa1b8f7374273403efe41e99ee26))
+
### [6.0.1](https://www.github.com/npm/cli/compare/libnpmaccess-vlibnpmaccess@6.0.0...libnpmaccess-v6.0.1) (2022-03-03)
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 6ee76c86c..72fcfaf58 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",