From 40e65b0605c5d8c84110f29e79bc169ed163cd7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:33:07 +0800 Subject: [PATCH] chore(main): release 0.8.6 (#198) 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 f87cb8f12f9..81a670276f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.5" + ".": "0.8.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6376b7f4151..8c2e6dfa53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.6](https://github.com/hugomods/search/compare/v0.8.5...v0.8.6) (2024-02-08) + + +### Styles 🎨 + +* disable input autocomplete ([#197](https://github.com/hugomods/search/issues/197)) ([1b9b59b](https://github.com/hugomods/search/commit/1b9b59badecccf5cb84affdec90869297307ffb0)), closes [#196](https://github.com/hugomods/search/issues/196) + ## [0.8.5](https://github.com/hugomods/search/compare/v0.8.4...v0.8.5) (2024-02-03)