From d5733092d96c5ae395a9576ccc81d2b50d393806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:50:21 +0800 Subject: [PATCH] chore(main): release 0.11.1 (#214) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5ddef8d1ac..d8e73c39bd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ae1fefb89..d139b13db76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.11.1](https://github.com/hugomods/search/compare/v0.11.0...v0.11.1) (2024-02-20) + + +### Bug Fixes 🐞 + +* make sure hiding search icon before showing spinner icon ([#215](https://github.com/hugomods/search/issues/215)) ([7fe1301](https://github.com/hugomods/search/commit/7fe13018ca92dde2789a3ef5186b68f0a0fb608a)) +* stop propagation when selecting history entities ([#213](https://github.com/hugomods/search/issues/213)) ([a33e085](https://github.com/hugomods/search/commit/a33e085338b2cc4e140c86e1c728126fe096bdc8)) + + +### Styles 🎨 + +* change spinner icon size to 1.35em ([7fe1301](https://github.com/hugomods/search/commit/7fe13018ca92dde2789a3ef5186b68f0a0fb608a)) + ## [0.11.0](https://github.com/hugomods/search/compare/v0.10.0...v0.11.0) (2024-02-19)