From 5dad99ff20048265a7d34c11cf596c833a9b4125 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 12:28:38 -0700 Subject: chore: release libnpmsearch 5.0.2 (#4538) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- workspaces/libnpmsearch/CHANGELOG.md | 7 +++++++ workspaces/libnpmsearch/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3