From 0b5e9f1a14c17fde06312c1e6ea857f94d7c624a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 07:14:30 +0000 Subject: [PATCH 1/2] chore(latest): release libnpmsearch 5.0.4 --- .release-please-manifest.json | 2 +- workspaces/libnpmsearch/CHANGELOG.md | 7 +++++++ workspaces/libnpmsearch/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e7ceccce79d8..28ba0ad875083 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -8,7 +8,7 @@ "workspaces/libnpmorg": "4.0.3", "workspaces/libnpmpack": "4.1.2", "workspaces/libnpmpublish": "6.0.4", - "workspaces/libnpmsearch": "5.0.3", + "workspaces/libnpmsearch": "5.0.4", "workspaces/libnpmteam": "4.0.3", "workspaces/libnpmversion": "3.0.6" } diff --git a/workspaces/libnpmsearch/CHANGELOG.md b/workspaces/libnpmsearch/CHANGELOG.md index ec86dbf623e57..ec5689d1fbd02 100644 --- a/workspaces/libnpmsearch/CHANGELOG.md +++ b/workspaces/libnpmsearch/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.4](https://github.com/leish666/cli/compare/libnpmsearch-v5.0.3...libnpmsearch-v5.0.4) (2022-09-03) + + +### Dependencies + +* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/leish666/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460)) + ### [5.0.3](https://github.com/npm/cli/compare/libnpmsearch-v5.0.2...libnpmsearch-v5.0.3) (2022-04-06) diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json index 4b76e082f44e3..d312b2d8972d6 100644 --- a/workspaces/libnpmsearch/package.json +++ b/workspaces/libnpmsearch/package.json @@ -1,6 +1,6 @@ { "name": "libnpmsearch", - "version": "5.0.3", + "version": "5.0.4", "description": "Programmatic API for searching in npm and compatible registries.", "author": "GitHub Inc.", "main": "lib/index.js", From 5ae760b0d6a63b5369a48b11166f2e637237dd0a Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Sat, 3 Sep 2022 07:36:20 +0000 Subject: [PATCH 2/2] deps: libnpmsearch@5.0.4 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 600981fc334af..85f9aa9540a70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10770,7 +10770,7 @@ } }, "workspaces/libnpmsearch": { - "version": "5.0.3", + "version": "5.0.4", "license": "ISC", "dependencies": { "npm-registry-fetch": "^13.0.0"