From faecf957dd0a4278e76d1729cdc467838b4235b1 Mon Sep 17 00:00:00 2001 From: Kyle Chui <48545987+kylechui@users.noreply.github.com> Date: Sat, 26 Jul 2025 13:41:48 -0700 Subject: [PATCH] chore(main): release 3.1.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0ac71..3cb0946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.3](https://github.com/kylechui/nvim-surround/compare/v3.1.2...v3.1.3) (2025-07-26) + + +### Bug Fixes + +* Use native `vim.treesitter` module when available. ([#391](https://github.com/kylechui/nvim-surround/issues/391)) ([a925c03](https://github.com/kylechui/nvim-surround/commit/a925c03681f393b589242ae26f8ff5dd6f8211aa)) + ## [3.1.2](https://github.com/kylechui/nvim-surround/compare/v3.1.1...v3.1.2) (2025-05-26)