From 2b1fd88b1828f980100b16fcb4fd3b1d7c2ab641 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:42:51 -0500 Subject: [PATCH] chore(main): release 3.9.2 (#414) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b1ef26..643c98c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.9.2](https://github.com/EdenEast/nightfox.nvim/compare/v3.9.1...v3.9.2) (2024-01-26) + + +### Bug Fixes + +* add missing treesitter capture groups ([d4339e5](https://github.com/EdenEast/nightfox.nvim/commit/d4339e5b30a17b7130bbbc5de3bb6407239c9f9f)), closes [#412](https://github.com/EdenEast/nightfox.nvim/issues/412) +* link to correct Function highlight group ([#413](https://github.com/EdenEast/nightfox.nvim/issues/413)) ([20d2eb4](https://github.com/EdenEast/nightfox.nvim/commit/20d2eb42a22a87fdf4e859af1b0262d4f3b3602b)) + ## [3.9.1](https://github.com/EdenEast/nightfox.nvim/compare/v3.9.0...v3.9.1) (2024-01-24)