From 491b8a79e0547e181c7c6fb054d778fd595f068c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:43:53 +0800 Subject: [PATCH] chore(main): release 3.4.0 (#133) 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 eb48771..c153f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/mcchrish/zenbones.nvim/compare/v3.3.3...v3.4.0) (2023-08-30) + + +### Features + +* **main:** support nvim-notify ([#132](https://github.com/mcchrish/zenbones.nvim/issues/132)) ([dd4ad12](https://github.com/mcchrish/zenbones.nvim/commit/dd4ad1273defc46695ea3997f030661e4a893eb1)) + ## [3.3.3](https://github.com/mcchrish/zenbones.nvim/compare/v3.3.2...v3.3.3) (2023-07-02)