Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed May 17, 2020
1 parent c204f51 commit 43a4ffb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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 \<C-d\> to \<Del\> 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:**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 43a4ffb

Please sign in to comment.