bump version

This commit is contained in:
Jason Poon 2019-02-06 20:55:18 -08:00
parent 02c39fa8b2
commit 3f1ce7ab9e
3 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,24 @@
# Change Log
## [v1.0.8](https://github.com/vscodevim/vim/tree/v1.0.8) (2019-02-07)
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.0.7...v1.0.8)
**Fixed Bugs:**
- Cursor jumps after building with CMake [\#3462](https://github.com/VSCodeVim/Vim/issues/3462)
- Illegal Value for Line using any input mode while WallabyJs || Quokka is running [\#3459](https://github.com/VSCodeVim/Vim/issues/3459)
- Cursor jumps up to the beginning of a file after saving. [\#3444](https://github.com/VSCodeVim/Vim/issues/3444)
**Merged pull requests:**
- fix: cursor jumps when selection changes to output window [\#3463](https://github.com/VSCodeVim/Vim/pull/3463) ([jpoon](https://github.com/jpoon))
- feat: configuration validators [\#3451](https://github.com/VSCodeVim/Vim/pull/3451) ([jpoon](https://github.com/jpoon))
- fix: de-dupe cursors [\#3449](https://github.com/VSCodeVim/Vim/pull/3449) ([jpoon](https://github.com/jpoon))
- chore\(deps\): update dependency @types/diff to v4.0.1 [\#3448](https://github.com/VSCodeVim/Vim/pull/3448) ([renovate[bot]](https://github.com/apps/renovate))
- v1.0.7 [\#3447](https://github.com/VSCodeVim/Vim/pull/3447) ([jpoon](https://github.com/jpoon))
- refactor: no need for so many different ways to create a position object [\#3446](https://github.com/VSCodeVim/Vim/pull/3446) ([jpoon](https://github.com/jpoon))
## [v1.0.7](https://github.com/vscodevim/vim/tree/v1.0.7) (2019-02-02)
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.0.6...v1.0.7)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "vim",
"version": "1.0.7",
"version": "1.0.8",
"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": "1.0.7",
"version": "1.0.8",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",