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:
-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": [