From 428c1b6001bec85a02305e35554e1b9b533a82f9 Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Wed, 3 Jun 2026 12:30:21 -0400 Subject: [PATCH] chore(main): release 3.0.4 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6954ab..10a0ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.4](https://github.com/AstroNvim/astrocore/compare/v3.0.3...v3.0.4) (2026-06-03) + + +### Bug Fixes + +* **treesitter:** make sure installed parsers are properly checked before auto installing ([8ea3a1e](https://github.com/AstroNvim/astrocore/commit/8ea3a1e43041862dd481772b943f6b2bf655057e)) + ## [3.0.3](https://github.com/AstroNvim/astrocore/compare/v3.0.2...v3.0.3) (2026-04-20)