From 42ea4687158a3f6a5a5d4b1b559a31287d9540b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:03:30 +0800 Subject: [PATCH] chore(main): release 0.11.0 (#209) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3fc4b83e5c..b5ddef8d1ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 87593690699..b9ae1fefb89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.11.0](https://github.com/hugomods/search/compare/v0.10.0...v0.11.0) (2024-02-19) + + +### Features ✨ + +* add support for histories ([#210](https://github.com/hugomods/search/issues/210)) ([4e28dfa](https://github.com/hugomods/search/commit/4e28dfa17d3ae9405590f6e068579b572346d2de)) + + +### Bug Fixes 🐞 + +* correct spinner icon size ([88d6d7d](https://github.com/hugomods/search/commit/88d6d7d2a9a0b31dfec7b5b1569d216a82101db1)) + ## [0.10.0](https://github.com/hugomods/search/compare/v0.9.0...v0.10.0) (2024-02-19)