Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Dec 7, 2020
1 parent 2c8b2dd commit 5a1e4e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.18.2](https://github.com/vscodevim/vim/tree/v1.18.2) (2020-12-07)

[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.0...v1.18.2)

**Fixed Bugs:**

- Key Remapping, how to access "up"/"down" arrow key [\#5839](https://github.com/VSCodeVim/Vim/issues/5839)

## [v1.18.0](https://github.com/vscodevim/vim/tree/v1.18.0) (2020-12-06)

[Full Changelog](https://github.com/vscodevim/vim/compare/v1.17.1...v1.18.0)
Expand Down Expand Up @@ -43,7 +51,7 @@
- Keymappings aren't ported. [\#5527](https://github.com/VSCodeVim/Vim/issues/5527)
- Broken jsx autocomplete [\#5474](https://github.com/VSCodeVim/Vim/issues/5474)
- Glitch after paste multiple lines [\#5442](https://github.com/VSCodeVim/Vim/issues/5442)
- 'C' in Visual Mode doesn't count as selected text for snippets with $TM_SELECTED_TEXT [\#5418](https://github.com/VSCodeVim/Vim/issues/5418)
- 'C' in Visual Mode doesn't count as selected text for snippets with \$TM_SELECTED_TEXT [\#5418](https://github.com/VSCodeVim/Vim/issues/5418)
- Failed to handle key=\<C-o\>. Could NOT open editor for "file:///e:/hc_client_1/Assets/Scripts/Rhythm/MusicScriptEditor.cs". [\#5412](https://github.com/VSCodeVim/Vim/issues/5412)
- Line down lagging when in visual line selection mode [\#5401](https://github.com/VSCodeVim/Vim/issues/5401)
- Autocomplete behaving badly [\#5390](https://github.com/VSCodeVim/Vim/issues/5390)
Expand Down Expand Up @@ -117,12 +125,6 @@

[Full Changelog](https://github.com/vscodevim/vim/compare/v1.16.0...beta)

**Closed issues:**

- Folding: zc and zo handle a count wrong [\#5168](https://github.com/VSCodeVim/Vim/issues/5168)
- Folding: closed folds with zM, zC will reopen [\#5167](https://github.com/VSCodeVim/Vim/issues/5167)
- Delete lines without copying to buffer [\#5162](https://github.com/VSCodeVim/Vim/issues/5162)

**Merged pull requests:**

- Fix key binding typo in README [\#5183](https://github.com/VSCodeVim/Vim/pull/5183) ([Risto-Mcintosh](https://github.com/Risto-Mcintosh))
Expand Down
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.18.0",
"version": "1.18.2",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


"@babel/code-frame@^7.0.0":
version "7.10.4"
version "7.10.6"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
dependencies:
Expand Down

0 comments on commit 5a1e4e0

Please sign in to comment.