From 44154e1596e801ed669fe9371c34ece0e635eaa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:05:09 -0500 Subject: [PATCH] chore(main): release 3.7.0 (#379) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7663d47c..55c222da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.7.0](https://github.com/EdenEast/nightfox.nvim/compare/v3.6.1...v3.7.0) (2023-12-14) + + +### Features + +* add new DiagnosticOk highlight ([#378](https://github.com/EdenEast/nightfox.nvim/issues/378)) ([fe2fc7b](https://github.com/EdenEast/nightfox.nvim/commit/fe2fc7b93d66349eff2c5baa6cec922ee3958f56)) + + +### Bug Fixes + +* **groups:** differentiate between active button with lazy.nvim ([#383](https://github.com/EdenEast/nightfox.nvim/issues/383)) ([6a6076b](https://github.com/EdenEast/nightfox.nvim/commit/6a6076bd678f825ffbe16ec97807793c3167f1a7)) +* **group:** WinSeperator defined along side VertSplit ([#387](https://github.com/EdenEast/nightfox.nvim/issues/387)) ([de1bd3a](https://github.com/EdenEast/nightfox.nvim/commit/de1bd3a7c48d37f3c7ccecb1980c4009fa4fb791)) + ## [3.6.1](https://github.com/EdenEast/nightfox.nvim/compare/v3.6.0...v3.6.1) (2023-09-20)