diff --git a/CHANGELOG.md b/CHANGELOG.md index 3791c07a390..afe8b63fd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [v1.14.4](https://github.com/vscodevim/vim/tree/v1.14.4) (2020-05-17) + +[Full Changelog](https://github.com/vscodevim/vim/compare/v1.14.3...v1.14.4) + +**Fixed Bugs:** + +- Match count is inaccurate. [\#4863](https://github.com/VSCodeVim/Vim/issues/4863) +- Surround when in visual modes using `S` working incorrectly. [\#4862](https://github.com/VSCodeVim/Vim/issues/4862) + +**Closed issues:** + +- Vim Surround is not working as it should [\#4867](https://github.com/VSCodeVim/Vim/issues/4867) + +**Merged pull requests:** + +- Update dependency @types/sinon to v9.0.1 [\#4861](https://github.com/VSCodeVim/Vim/pull/4861) ([renovate[bot]](https://github.com/apps/renovate)) +- Update dependency @types/lodash to v4.14.151 [\#4860](https://github.com/VSCodeVim/Vim/pull/4860) ([renovate[bot]](https://github.com/apps/renovate)) + ## [v1.14.3](https://github.com/vscodevim/vim/tree/v1.14.3) (2020-05-14) [Full Changelog](https://github.com/vscodevim/vim/compare/v1.14.2...v1.14.3) @@ -269,7 +287,6 @@ - zz doesn't maintain horizontal cursor position [\#4296](https://github.com/VSCodeVim/Vim/issues/4296) - Selecting a register using \["\] in visual block mode not working [\#4192](https://github.com/VSCodeVim/Vim/issues/4192) - Cannot map \ to \ in insert mode [\#4082](https://github.com/VSCodeVim/Vim/issues/4082) -- Cursor style does not change properly when cursor mode has been changed [\#4061](https://github.com/VSCodeVim/Vim/issues/4061) - Add Cursor to Line Ends Errors From Visual Line Mode [\#4270](https://github.com/VSCodeVim/Vim/issues/4270) **Closed issues:** diff --git a/package-lock.json b/package-lock.json index f798f0e67f0..ba432679539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vim", - "version": "1.14.3", + "version": "1.14.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 78b67e90aa5..8cbc3a81d8b 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.14.3", + "version": "1.14.4", "publisher": "vscodevim", "galleryBanner": { "color": "#e3f4ff",