diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d63150d..227eeceb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v0.17.2](https://github.com/vscodevim/vim/tree/v0.17.2) (2018-12-28) + +[Full Changelog](https://github.com/vscodevim/vim/compare/v0.17.1...v0.17.2) + +**Fixed Bugs:** + +- v0.17.1 prints `\` string for every tab keystroke [\#3298](https://github.com/VSCodeVim/Vim/issues/3298) + +**Merged pull requests:** + +- fix: v0.17.1 regression [\#3299](https://github.com/VSCodeVim/Vim/pull/3299) ([jpoon](https://github.com/jpoon)) +- v0.17.0-\>v0.17.1 [\#3297](https://github.com/VSCodeVim/Vim/pull/3297) ([jpoon](https://github.com/jpoon)) + ## [v0.17.1](https://github.com/vscodevim/vim/tree/v0.17.1) (2018-12-28) [Full Changelog](https://github.com/vscodevim/vim/compare/v0.17.0...v0.17.1) diff --git a/package-lock.json b/package-lock.json index b96c3af13..dc30f053c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vim", - "version": "0.17.1", + "version": "0.17.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2e2e00059..86cdbfc7b 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": "0.17.1", + "version": "0.17.2", "publisher": "vscodevim", "galleryBanner": { "color": "#e3f4ff",