Skip to content

Commit ee59bae

Browse files
committed
bump version
1 parent 45d4eb1 commit ee59bae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v1.32.4](https://github.com/vscodevim/vim/tree/v1.32.4) (2025-12-14)
4+
5+
### Fixed
6+
7+
- Improved undo behavior after document is changed by an external process ([@J-Fields](https://github.com/J-Fields)).
8+
- Fixed spurious `Already at oldest change` message ([@J-Fields](https://github.com/J-Fields)).
9+
310
## [v1.32.3](https://github.com/vscodevim/vim/tree/v1.32.3) (2025-12-10)
411

512
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vim",
44
"description": "Vim emulation for Visual Studio Code",
55
"icon": "images/icon.png",
6-
"version": "1.32.3",
6+
"version": "1.32.4",
77
"publisher": "vscodevim",
88
"sponsor": {
99
"url": "https://github.com/sponsors/J-Fields"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
"@azu/format-text@^1.0.1", "@azu/format-text@^1.0.2":
6-
version "1.0.3"
6+
version "1.0.4"
77
resolved "https://registry.yarnpkg.com/@azu/format-text/-/format-text-1.0.2.tgz#abd46dab2422e312bd1bfe36f0d427ab6039825d"
88
integrity sha512-Swi4N7Edy1Eqq82GxgEECXSSLyn6GOb5htRFPzBDdUkECGXtlf12ynO5oJSpWKPwCaUssOu7NfhDcCWpIC6Ywg==
99

0 commit comments

Comments
 (0)