From 90cfccb75f1e2e6865d752c2423ede884e9f212a Mon Sep 17 00:00:00 2001 From: xiaoshihou Date: Tue, 16 Dec 2025 05:35:41 +0000 Subject: [PATCH] chore(main): release 2.6.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e39556..f4b0b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.2](https://github.com/nvimdev/guard.nvim/compare/v2.6.1...v2.6.2) (2025-12-16) + + +### Bug Fixes + +* muiti client use case ([#238](https://github.com/nvimdev/guard.nvim/issues/238)) ([79209ee](https://github.com/nvimdev/guard.nvim/commit/79209ee9710920f1cb900e3f7a59e76be582b498)) +* multiple lsp in formatting ([#240](https://github.com/nvimdev/guard.nvim/issues/240)) ([da3ce11](https://github.com/nvimdev/guard.nvim/commit/da3ce1194c58cc61182cfa230ff67609022b784c)) + ## [2.6.1](https://github.com/nvimdev/guard.nvim/compare/v2.6.0...v2.6.1) (2025-12-15)