From 2d32bf920b5e90306e88b651b848e44d66d6299a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:11:54 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec4883..832e1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.2](https://github.com/lucobellic/edgy-group.nvim/compare/v0.4.1...v0.4.2) (2024-09-01) + + +### Features + +* add highlight for separators ([bd2f077](https://github.com/lucobellic/edgy-group.nvim/commit/bd2f0774a93c34c6a40bc6b1d68547506ec01cfb)), closes [#23](https://github.com/lucobellic/edgy-group.nvim/issues/23) +* remove error for view without open command ([2a3d819](https://github.com/lucobellic/edgy-group.nvim/commit/2a3d819083e3db6080963d54ff34df9fd334dd2d)) + + +### Bug Fixes + +* assign key to group without one ([d935115](https://github.com/lucobellic/edgy-group.nvim/commit/d93511595e4ca7110544f7d281e654aca37457c7)) + ## [0.4.1](https://github.com/lucobellic/edgy-group.nvim/compare/v0.4.0...v0.4.1) (2024-05-08)