diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fdee885b5..04637842dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v2.1.7](https://github.com/HenryTSZ/NVim/tree/v2.1.7) (2024-06-12) + +### Fixed + +- [` + v and + s split pane not working on VSCode 1.90`](https://github.com/VSCodeVim/Vim/issues/9061) +- [`easymotionDimColor` has no effect](https://github.com/VSCodeVim/Vim/issues/9006) + ## [v2.1.6](https://github.com/HenryTSZ/NVim/tree/v2.1.6) (2024-05-23) ### Added diff --git a/package.json b/package.json index 735b6344f17..b3e94fb75ba 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "NVim", "description": "NVim emulation for Visual Studio Code", "icon": "images/icon.png", - "version": "2.1.6", + "version": "2.1.7", "publisher": "HenryTsz", "galleryBanner": { "color": "#e3f4ff",