From 580b644c65c7b426069da51cd0466de70f0ef6cc Mon Sep 17 00:00:00 2001 From: xiaoshihou Date: Mon, 15 Dec 2025 14:14:56 +0000 Subject: [PATCH] chore(main): release 2.6.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ddd5a..6e39556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.1](https://github.com/nvimdev/guard.nvim/compare/v2.6.0...v2.6.1) (2025-12-15) + + +### Bug Fixes + +* lsp formatting ([#236](https://github.com/nvimdev/guard.nvim/issues/236)) ([047555e](https://github.com/nvimdev/guard.nvim/commit/047555e4e319efb6064a014ae5b98c80280a00d0)) + ## [2.6.0](https://github.com/nvimdev/guard.nvim/compare/v2.5.1...v2.6.0) (2025-11-13)