From 9c40e30e3d4ed0da585fa018b8e2ddaf83ef2a2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:03:23 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b81fe00..f1c1e58 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd1b16..d40a0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.5.0](https://github.com/lucobellic/edgy-group.nvim/compare/v0.4.3...v0.5.0) (2024-09-22) + + +### ⚠ BREAKING CHANGES + +* add optional table with position to `open_groups_by_key` + +### Features + +* add optional table with position to `open_groups_by_key` ([b798fc4](https://github.com/lucobellic/edgy-group.nvim/commit/b798fc45643c95e9b80caa5be57a4ed69d4deffe)) + ## [0.4.3](https://github.com/lucobellic/edgy-group.nvim/compare/v0.4.2...v0.4.3) (2024-09-19)