bump version

This commit is contained in:
Jason Fields 2023-12-22 20:52:58 -05:00
parent 56678f1ca2
commit c9b758c8b9
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Change Log
## [v1.27.2](https://github.com/vscodevim/vim/tree/v1.27.2) (2023-12-22)
### Added
- Map `:ls` to `workbench.action.quickOpenLeastRecentlyUsedEditorInGroup` ([@riyuejiuzhao](https://github.com/riyuejiuzhao)).
### Fixed
- Fix scrolling when `editor.smoothScrolling` is enabled ([@zhuowei](https://github.com/zhuowei)).
- Fix cursor movement when `vim.foldfix` is enabled ([@HenryTSZ](https://github.com/HenryTSZ)).
- Fix `editor.action.smartSelection.expand` command in VisualLine mode ([@rogeryk](https://github.com/rogeryk)).
## [v1.27.1](https://github.com/vscodevim/vim/tree/v1.27.1) (2023-11-22)
### Fixed

View File

@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "1.27.1",
"version": "1.27.2",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",

View File

@ -3,7 +3,7 @@
"@aashutoshrathi/word-wrap@^1.2.3":
version "1.2.6"
version "1.2.7"
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==