From 00270513e7998bb46d3ff4a52c39b5942eef78b7 Mon Sep 17 00:00:00 2001 From: Kyle Chui <48545987+kylechui@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:21:30 -0400 Subject: [PATCH] chore(main): release 4.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7056bd..f76ca46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.0](https://github.com/kylechui/nvim-surround/compare/v4.0.5...v4.1.0) (2026-06-08) + + +### Features + +* add labels to surrounds ([#449](https://github.com/kylechui/nvim-surround/issues/449)) ([8b47db6](https://github.com/kylechui/nvim-surround/commit/8b47db616ef658b8fc27e61db2896aa2f40134de)) + ## [4.0.5](https://github.com/kylechui/nvim-surround/compare/v4.0.4...v4.0.5) (2026-05-02)