From 818fe87522595d24ba2b054ffb691f5ad9edd5fc Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Fri, 17 Apr 2026 15:59:27 -0400 Subject: [PATCH] chore(main): release 3.0.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0012e53..39c0484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/AstroNvim/astrocore/compare/v3.0.1...v3.0.2) (2026-04-17) + + +### Bug Fixes + +* **treesitter:** only force a folds refresh if the buffer is the current buffer ([84ecc2c](https://github.com/AstroNvim/astrocore/commit/84ecc2c6e95fdf31fce3c5ad207ea23c640a2f6f)) + ## [3.0.1](https://github.com/AstroNvim/astrocore/compare/v3.0.0...v3.0.1) (2026-04-13)