From fe333f02fe8363fd6acea1ce333788ab79f9eb89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 23:07:06 +0000 Subject: [PATCH] chore(main): release 1.0.4 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded0ad1..d99a42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/nvimtools/hydra.nvim/compare/v1.0.3...v1.0.4) (2025-05-03) + + +### Bug Fixes + +* allow layers to have names and trigger status line active function ([#65](https://github.com/nvimtools/hydra.nvim/issues/65)) ([8c4a9f6](https://github.com/nvimtools/hydra.nvim/commit/8c4a9f621ec7cdc30411a1f3b6d5eebb12b469dc)) + ## [1.0.3](https://github.com/nvimtools/hydra.nvim/compare/v1.0.2...v1.0.3) (2025-03-28)