From 99a6c194e6a30411f4a6681f5f0998dd1a630f26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 07:24:04 +0000 Subject: [PATCH] chore(main): release 0.13.4 --- .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 c64826c730c..9b996e98728 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.3" + ".": "0.13.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0ad83aa89..d37c8fdff1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.4](https://github.com/hugomods/search/compare/v0.13.3...v0.13.4) (2024-05-26) + + +### Performance Improvements ⚡️ + +* use hugo.IsMultihost instead of custom function ([#237](https://github.com/hugomods/search/issues/237)) ([bc1adb5](https://github.com/hugomods/search/commit/bc1adb5f5ff0c3860c1acb38ee481ac6828535b8)), closes [#225](https://github.com/hugomods/search/issues/225) + ## [0.13.3](https://github.com/hugomods/search/compare/v0.13.2...v0.13.3) (2024-03-08)