From 7ee615be0e3fb34cba3d17d3659ed6d5c3fe411a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:28:31 -0400 Subject: [PATCH] chore(main): release 0.8.4 (#56) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b6445..29dfcf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.4](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.8.3...v0.8.4) (2024-07-30) + + +### Bug Fixes + +* chip should have hx-target this ([#55](https://github.com/PHACDataHub/django-htmx-autocomplete/issues/55)) ([5e39f63](https://github.com/PHACDataHub/django-htmx-autocomplete/commit/5e39f63e1f9f86baa1f5d5c6c0e213534795cf4d)) + ## [0.8.3](https://github.com/PHACDataHub/django-htmx-autocomplete/compare/v0.8.2...v0.8.3) (2023-08-04) diff --git a/setup.cfg b/setup.cfg index 060f15e..5ba30f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-htmx-autocomplete -version = 0.8.3 +version = 0.8.4 description = A Django autocomplete component powered by htmx long_description = file: README.md long_description_content_type = text/markdown