Skip to content

Commit 2d1a471

Browse files
committed
docs: add v2.2.1 changelog entry
1 parent df0d92d commit 2d1a471

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.2.1] - 2026-01-08
11+
12+
### Fixed
13+
14+
- Improved line motion detection for multi-line text objects. Fixes edge cases where character motions with text objects (e.g., `goi{`) spanning multiple lines were not correctly detected as line-wise operations (#15).
15+
1016
## [2.2.0] - 2025-08-25
1117

1218
### Added
@@ -104,7 +110,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104110
- Keybinding examples with detailed explanations.
105111
- Documentation for numerical sorting options.
106112

107-
[Unreleased]: https://github.com/sQVe/sort.nvim/compare/v2.2.0...HEAD
113+
[Unreleased]: https://github.com/sQVe/sort.nvim/compare/v2.2.1...HEAD
114+
[2.2.1]: https://github.com/sQVe/sort.nvim/compare/v2.2.0...v2.2.1
108115
[2.2.0]: https://github.com/sQVe/sort.nvim/compare/v2.1.2...v2.2.0
109116
[2.1.2]: https://github.com/sQVe/sort.nvim/compare/v2.1.1...v2.1.2
110117
[2.1.1]: https://github.com/sQVe/sort.nvim/compare/v2.1.0...v2.1.1

0 commit comments

Comments
 (0)