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:28:38 +0300
committerGitHub <noreply@github.com>2022-03-17 22:28:38 +0300
commit5dad99ff20048265a7d34c11cf596c833a9b4125 (patch)
tree3bfb15f0dd598b0d793ec15888dfec56f346420e
parent475d59b361ef9e260e21d39361baf92f2272f1d7 (diff)
chore: release libnpmsearch 5.0.2 (#4538)libnpmsearch-v5.0.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--workspaces/libnpmsearch/CHANGELOG.md7
-rw-r--r--workspaces/libnpmsearch/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/workspaces/libnpmsearch/CHANGELOG.md b/workspaces/libnpmsearch/CHANGELOG.md
index d2ff953cd..05c053b98 100644
--- a/workspaces/libnpmsearch/CHANGELOG.md
+++ b/workspaces/libnpmsearch/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [5.0.2](https://www.github.com/npm/cli/compare/libnpmsearch-v5.0.1...libnpmsearch-v5.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))
+
## [3.0.0](https://github.com/npm/libnpmhook/compare/v2.0.2...v3.0.0) (2020-02-26)
### Breaking Changes
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 89c345471..25e730395 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmsearch",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "Programmatic API for searching in npm and compatible registries.",
"author": "GitHub Inc.",
"main": "lib/index.js",