From 9e5ac961b6c99721e76eb9f2e4fb68bebbe67790 Mon Sep 17 00:00:00 2001 From: Kyle Chui <48545987+kylechui@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:11:09 -0400 Subject: [PATCH] chore(main): release 3.1.7 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ab010..111b2dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.7](https://github.com/kylechui/nvim-surround/compare/v3.1.6...v3.1.7) (2025-10-25) + + +### Bug Fixes + +* Allow custom textobject in `motion` of selection ([#412](https://github.com/kylechui/nvim-surround/issues/412)) ([0cadeb0](https://github.com/kylechui/nvim-surround/commit/0cadeb0f1930e6b25cf65395f8269bfcc36b6791)) + ## [3.1.6](https://github.com/kylechui/nvim-surround/compare/v3.1.5...v3.1.6) (2025-08-28)