From 6562ab414529d7f5635ae54a896509289574d29f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 22:47:27 +0800 Subject: [PATCH] chore(main): release 0.19.1 (#286) 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 9d495c3d0a9..1f9113816b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.19.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 237c8eebfc2..f096852ac8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/hugomods/search/compare/v0.19.0...v0.19.1) (2025-02-15) + + +### Bug Fixes 🐞 + +* **ue:** revert b4cacc7 ([2f473e5](https://github.com/hugomods/search/commit/2f473e53f7c8cc50b3ba16e36f0027969b559fd2)) + ## [0.19.0](https://github.com/hugomods/search/compare/v0.18.3...v0.19.0) (2024-11-23)