From 57bbc97fbb700a25a11ec3f97e79689c71c8dac3 Mon Sep 17 00:00:00 2001 From: xiaoshihou Date: Tue, 10 Jun 2025 19:36:00 +0100 Subject: [PATCH] chore(main): release 2.3.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f26784..9aa5e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.2](https://github.com/nvimdev/guard.nvim/compare/v2.3.1...v2.3.2) (2025-06-10) + + +### Bug Fixes + +* multi filetype config chaining ([#214](https://github.com/nvimdev/guard.nvim/issues/214)) ([81e0f0a](https://github.com/nvimdev/guard.nvim/commit/81e0f0a781295ddc79d40cd3e549be65b6761edf)) + ## [2.3.1](https://github.com/nvimdev/guard.nvim/compare/v2.3.0...v2.3.1) (2025-05-16)