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:32:54 +0300
committerGitHub <noreply@github.com>2022-03-17 22:32:54 +0300
commit25623ae3f1bc23e0274090bce99431c112161cba (patch)
tree6bd25f02ff69fd1f4b5a47aa2d3021d4aba9e7b4
parentf5df358c3af2c23e7818105608bcceabdd8b62fa (diff)
chore: release libnpmhook 8.0.2 (#4541)libnpmhook-v8.0.2
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 e2fbefdbd..4aaf534b8 100644
--- a/workspaces/libnpmhook/CHANGELOG.md
+++ b/workspaces/libnpmhook/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [8.0.2](https://www.github.com/npm/cli/compare/libnpmhook-v8.0.1...libnpmhook-v8.0.2) (2022-03-10)
+
+
+### Documentation
+
+* standardize changelog heading ([#4510](https://www.github.com/npm/cli/issues/4510)) ([91f03ee](https://www.github.com/npm/cli/commit/91f03ee618bc635f9cfbded735fe98bbfa9d643f))
+
## [6.0.0](https://github.com/npm/libnpmhook/compare/v5.0.2...v6.0.0) (2020-02-26)
### Breaking Changes
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index ebe0d78c5..c95230114 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
- "version": "8.0.1",
+ "version": "8.0.2",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [