Skip to content

Commit b6e110a

Browse files
committed
Bump version to 1.29.1
1 parent bd2b238 commit b6e110a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.29.1](https://github.com/vscodevim/vim/tree/v1.29.1) (2025-05-15)
4+
5+
### Fixed
6+
7+
- fix(keybindings): make tab and escape play nicer with native vscode keybindings ([@ulugbekna](https://github.com/ulugbekna)).
8+
39
## [v1.29.0](https://github.com/vscodevim/vim/tree/v1.29.0) (2024-12-04)
410

511
### Added

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.29.0",
6+
"version": "1.29.1",
77
"publisher": "vscodevim",
88
"galleryBanner": {
99
"color": "#e3f4ff",

0 commit comments

Comments
 (0)