From bbc8f49662c62e13520e3aa19167982c000126b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 18:16:05 +0800 Subject: [PATCH] chore(main): release 4.2.0 (#164) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f49b27..aec550e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.2.0](https://github.com/mcchrish/zenbones.nvim/compare/v4.1.1...v4.2.0) (2024-03-24) + + +### Features + +* **extras:** remove excludes ([7009ede](https://github.com/mcchrish/zenbones.nvim/commit/7009ede80daaabeaa5dbd3c9567252c7a243c221)) + + +### Bug Fixes + +* define WinSeparator first ([8fb981e](https://github.com/mcchrish/zenbones.nvim/commit/8fb981e8fea1eab821df988728e10d341dd07b8f)) + ## [4.1.1](https://github.com/mcchrish/zenbones.nvim/compare/v4.1.0...v4.1.1) (2024-02-10)