diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b95e5487ff..9d8b999d385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b1e0c99e0e4..dfca1c44e48 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 2518be9e36c..f1d1b00d6dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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==