From 6d973885bdd09cca510b8ca606bf9868278edaee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 14:53:10 +0800 Subject: [PATCH] chore(main): release 0.18.1 (#276) 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 b20bfe22dc5..cbd0ca0683d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.18.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e180c7b63aa..d96cec48f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.1](https://github.com/hugomods/search/compare/v0.18.0...v0.18.1) (2024-10-26) + + +### Bug Fixes 🐞 + +* import github.com/hugomods/search-index ([#275](https://github.com/hugomods/search/issues/275)) ([5a836e5](https://github.com/hugomods/search/commit/5a836e5d7cabfd80bcb00cefa5af8db03a0e1fc0)) + ## [0.18.0](https://github.com/hugomods/search/compare/v0.17.2...v0.18.0) (2024-10-25)