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:03 +0300
committerGar <wraithgar@github.com>2022-04-07 23:51:26 +0300
commit0d37604a693733de08883f69a469dfd5f69af837 (patch)
tree5eff7d2d76a26ee86b6d91ec68034308c2a482e5 /workspaces
parentdf92e23af63ca07bb4c261abd7365530529d3fd2 (diff)
chore(latest): release libnpmsearch 5.0.3
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmsearch/CHANGELOG.md13
-rw-r--r--workspaces/libnpmsearch/package.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/workspaces/libnpmsearch/CHANGELOG.md b/workspaces/libnpmsearch/CHANGELOG.md
index 05c053b98..ec86dbf62 100644
--- a/workspaces/libnpmsearch/CHANGELOG.md
+++ b/workspaces/libnpmsearch/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+### [5.0.3](https://github.com/npm/cli/compare/libnpmsearch-v5.0.2...libnpmsearch-v5.0.3) (2022-04-06)
+
+
+### Bug Fixes
+
+* 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))
+
### [5.0.2](https://www.github.com/npm/cli/compare/libnpmsearch-v5.0.1...libnpmsearch-v5.0.2) (2022-03-10)
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index 2e5af3eaa..d0e5d8900 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmsearch",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "Programmatic API for searching in npm and compatible registries.",
"author": "GitHub Inc.",
"main": "lib/index.js",