From d694f1c50f70602a67fe021fc67ae302700b30d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:29:44 +0800 Subject: [PATCH] chore(main): release 0.9.0 (#205) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a841bfde26e..6db3039d0c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.7" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5a1fcec6e..175c6643d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/hugomods/search/compare/v0.8.7...v0.9.0) (2024-02-19) + + +### Features ✨ + +* allow searching without keywords ([#204](https://github.com/hugomods/search/issues/204)) ([714daf9](https://github.com/hugomods/search/commit/714daf9162905834b299465abce7fc41d7126cb7)) + ## [0.8.7](https://github.com/hugomods/search/compare/v0.8.6...v0.8.7) (2024-02-11)