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:12:36 +0300
committerGitHub <noreply@github.com>2022-03-10 01:12:36 +0300
commit3b283d98d2c0d75727286b231a9833b4d15817e2 (patch)
tree30d2d15e65cf640bff688e89773b1d17cf3dd138
parent087fdc4cb4d6582b2b628087f866e8ca8bc00934 (diff)
chore: release libnpmhook 8.0.1 (#4500)libnpmhook-v8.0.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmhook/CHANGELOG.md7
-rw-r--r--workspaces/libnpmhook/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md
index 055727497..a696ae11f 100644
--- a/workspaces/libnpmhook/CHANGELOG.md
+++ b/workspaces/libnpmhook/CHANGELOG.md
@@ -17,6 +17,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="5.0.2"></a>
+### [8.0.1](https://www.github.com/npm/cli/compare/libnpmhook-vlibnpmhook@8.0.0...libnpmhook-v8.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))
+
## [5.0.2](https://github.com/npm/libnpmhook/compare/v5.0.1...v5.0.2) (2018-08-24)
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index ad10da886..ebe0d78c5 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
- "version": "8.0.0",
+ "version": "8.0.1",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [