bump version

This commit is contained in:
Jason Poon 2018-12-28 00:56:19 -08:00
parent 562bf724e8
commit 56478df0d5
3 changed files with 15 additions and 2 deletions

View File

@ -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 `\<tab\>` 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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "vim",
"version": "0.17.1",
"version": "0.17.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",