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/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" 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",