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-04-07 01:20:18 +0300
committerGar <wraithgar@github.com>2022-04-07 23:47:25 +0300
commitfb9874a7becfc899133dd0d82da2a17be9c3a1c1 (patch)
treece2296b2804d5668e5717e7ba2ca074990cfb410 /workspaces
parentecd22b07af515d86b77248e6a4cc2dec57bafd50 (diff)
chore(latest): release libnpmhook 8.0.3
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmhook/CHANGELOG.md14
-rw-r--r--workspaces/libnpmhook/package.json2
2 files changed, 15 insertions, 1 deletions
diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md
index 4aaf534b8..f344283b3 100644
--- a/workspaces/libnpmhook/CHANGELOG.md
+++ b/workspaces/libnpmhook/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+### [8.0.3](https://github.com/npm/cli/compare/libnpmhook-v8.0.2...libnpmhook-v8.0.3) (2022-04-06)
+
+
+### Bug Fixes
+
+* replace deprecated String.prototype.substr() ([#4667](https://github.com/npm/cli/issues/4667)) ([e3da5df](https://github.com/npm/cli/commit/e3da5df4152fbe547f7871547165328e1bf06262))
+* update readme badges ([#4658](https://github.com/npm/cli/issues/4658)) ([2829cb2](https://github.com/npm/cli/commit/2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d))
+
+
+### Dependencies
+
+* @npmcli/template-oss@3.2.1 ([aac01b8](https://github.com/npm/cli/commit/aac01b89caf6336a2eb34d696296303cdadd5c08))
+* @npmcli/template-oss@3.2.2 ([#4639](https://github.com/npm/cli/issues/4639)) ([a59fd2c](https://github.com/npm/cli/commit/a59fd2cb863245fce56f96c90ac854e62c5c4d6f))
+
### [8.0.2](https://www.github.com/npm/cli/compare/libnpmhook-v8.0.1...libnpmhook-v8.0.2) (2022-03-10)
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index e6200a97f..fad458183 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
- "version": "8.0.2",
+ "version": "8.0.3",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [