From a36a87bfa8a0f8cf13c9b693d1e20c14bd395dc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:31:15 +0800 Subject: [PATCH] chore(main): release 0.17.2 (#260) 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 6d30f0d4c25..9197fcfc475 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.1" + ".": "0.17.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4ef406b82..273f21b854b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.2](https://github.com/hugomods/search/compare/v0.17.1...v0.17.2) (2024-10-05) + + +### Bug Fixes 🐞 + +* do not disable input after resetting form ([#259](https://github.com/hugomods/search/issues/259)) ([d3d9db7](https://github.com/hugomods/search/commit/d3d9db7727827a0f63b7bfeb6a159d2584d02cbd)), closes [#258](https://github.com/hugomods/search/issues/258) + ## [0.17.1](https://github.com/hugomods/search/compare/v0.17.0...v0.17.1) (2024-09-09)