From e2a3fda09b3da0d5a23182a8ffdf03c2c2771794 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:13:38 +0200 Subject: [PATCH] chore(main): release 3.4.1 (#137) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c153f34..3f334b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.1](https://github.com/mcchrish/zenbones.nvim/compare/v3.4.0...v3.4.1) (2023-10-02) + + +### Bug Fixes + +* support indent-blankline v3 ([#136](https://github.com/mcchrish/zenbones.nvim/issues/136)) ([01ac6cb](https://github.com/mcchrish/zenbones.nvim/commit/01ac6cbb1af9f5f49465e7478d5ab7fa1900abd2)) + ## [3.4.0](https://github.com/mcchrish/zenbones.nvim/compare/v3.3.3...v3.4.0) (2023-08-30)