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-10 01:47:50 +0300
committerGitHub <noreply@github.com>2022-03-10 01:47:50 +0300
commitdff3f6df24e9420642ce3c72d1cccfb1e07219f2 (patch)
treef54f041468c8010099ef15eedb6a03e3206802da
parent6d5f22b86006e7c563161837f56e47079e0fde4a (diff)
chore: release libnpmaccess 6.0.1 (#4503)libnpmaccess-v6.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmaccess/CHANGELOG.md7
-rw-r--r--workspaces/libnpmaccess/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md
index 6d8036a9d..0973ef2e0 100644
--- a/workspaces/libnpmaccess/CHANGELOG.md
+++ b/workspaces/libnpmaccess/CHANGELOG.md
@@ -1,6 +1,13 @@
# Change Log
<a name="4.0.0"></a>
+### [6.0.1](https://www.github.com/npm/cli/compare/libnpmaccess-vlibnpmaccess@6.0.0...libnpmaccess-v6.0.1) (2022-03-03)
+
+
+### Bug Fixes
+
+* set proper workspace repo urls in package.json ([#4476](https://www.github.com/npm/cli/issues/4476)) ([0cfc155](https://www.github.com/npm/cli/commit/0cfc155db5f11ce23419e440111d99a63bf39754))
+
## [4.0.0](https://github.com/npm/libnpmaccess/compare/v3.0.2...v4.0.0) (2020-03-02)
### BREAKING CHANGES
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 7f0b335b3..ac5e8e7b2 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",