Skip to content

Commit 8195f38

Browse files
committed
Bump version to 1.29.2
1 parent 4d920ba commit 8195f38

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.29.1](https://github.com/vscodevim/vim/tree/v1.29.1) (2025-05-16)
4+
5+
### Fixed
6+
7+
- Revert make tab and escape fix for native vscode keybindings ([@ulugbekna](https://github.com/ulugbekna)).
8+
- Dismiss inline suggestion/NES on Escape without interfering with Vim modes ([@ulugbekna](https://github.com/ulugbekna)).
9+
310
## [v1.29.1](https://github.com/vscodevim/vim/tree/v1.29.1) (2025-05-15)
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.29.1",
6+
"version": "1.29.2",
77
"publisher": "vscodevim",
88
"galleryBanner": {
99
"color": "#e3f4ff",

0 commit comments

Comments
 (0)