diff --git a/CHANGELOG.md b/CHANGELOG.md index b80a4d559d2..17c3e8e6ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v1.10.2](https://github.com/vscodevim/vim/tree/v1.10.2) (2019-09-01) + +[Full Changelog](https://github.com/vscodevim/vim/compare/v1.10.1...v1.10.2) + +**Closed issues:** + +- Cut release 1.10.1 [\#4022](https://github.com/VSCodeVim/Vim/issues/4022) + +**Merged pull requests:** + +- Fix case sensitive sorting [\#4023](https://github.com/VSCodeVim/Vim/pull/4023) ([noslaver](https://github.com/noslaver)) + ## [v1.10.1](https://github.com/vscodevim/vim/tree/v1.10.1) (2019-08-31) [Full Changelog](https://github.com/vscodevim/vim/compare/v1.10.0...v1.10.1) diff --git a/package-lock.json b/package-lock.json index c776c8fd39c..3f6e467efb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vim", - "version": "1.10.1", + "version": "1.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d1255fa1ce..421a3ede1f3 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.10.1", + "version": "1.10.2", "publisher": "vscodevim", "galleryBanner": { "color": "#e3f4ff",