From dacea53d56c20869885ffa412a4867551c56e1dc Mon Sep 17 00:00:00 2001 From: Kyle Chui <48545987+kylechui@users.noreply.github.com> Date: Sat, 2 May 2026 19:23:14 -0400 Subject: [PATCH] chore(main): release 4.0.5 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b83fec6..e7056bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.5](https://github.com/kylechui/nvim-surround/compare/v4.0.4...v4.0.5) (2026-05-02) + + +### Bug Fixes + +* Support treesitter parsers whose names differ from filetypes. ([#443](https://github.com/kylechui/nvim-surround/issues/443)) ([b2f3098](https://github.com/kylechui/nvim-surround/commit/b2f309873b2d946536ff576c65d68940e2ecf627)) + ## [4.0.4](https://github.com/kylechui/nvim-surround/compare/v4.0.3...v4.0.4) (2026-03-07)