From 8fa8d7f4b48a481ea35bac2a9039a9aa71ddc449 Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Wed, 10 Jan 2024 18:37:08 -0500 Subject: [PATCH] chore(main): release 5.2.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 892d12723..d8e65813a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.2.1](https://github.com/AstroNvim/astrocommunity/compare/v5.2.0...v5.2.1) (2024-01-10) + + +### Bug Fixes + +* **dial-nvim:** remove expr = true from mappings and return from functions ([#710](https://github.com/AstroNvim/astrocommunity/issues/710)) ([58c28a7](https://github.com/AstroNvim/astrocommunity/commit/58c28a716cf4f1725f29504bba6b91f8748f8710)) +* **rainbow-delimiters-nvim:** event loading ([#707](https://github.com/AstroNvim/astrocommunity/issues/707)) ([074c182](https://github.com/AstroNvim/astrocommunity/commit/074c182181a1197ba183907869d26cb838f90593)) + ## [5.2.0](https://github.com/AstroNvim/astrocommunity/compare/v5.1.0...v5.2.0) (2024-01-03)