Skip to content

Commit bee6001

Browse files
committed
bump version
1 parent 55d465b commit bee6001

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v1.18.8](https://github.com/vscodevim/vim/tree/v1.18.8) (2021-02-02)
4+
5+
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.7...v1.18.8)
6+
7+
**Merged pull requests:**
8+
9+
- Polyfill OS/Process/setImmediate [\#6081](https://github.com/VSCodeVim/Vim/pull/6081) ([rebornix](https://github.com/rebornix))
10+
- no look behind for safari [\#6080](https://github.com/VSCodeVim/Vim/pull/6080) ([rebornix](https://github.com/rebornix))
11+
312
## [v1.18.7](https://github.com/vscodevim/vim/tree/v1.18.7) (2021-02-01)
413

514
[Full Changelog](https://github.com/vscodevim/vim/compare/v1.18.5...v1.18.7)
@@ -97,7 +106,6 @@
97106
- \<Backspace\> while typing ex command deletes text in file [\#5584](https://github.com/VSCodeVim/Vim/issues/5584)
98107
- Failed to handle key=p. No multi-cursor index when calling PutCommand [\#5448](https://github.com/VSCodeVim/Vim/issues/5448)
99108
- Forced by user [\#5419](https://github.com/VSCodeVim/Vim/issues/5419)
100-
- Failed to handle key=l. Cannot read property 'searchString' of undefined [\#5351](https://github.com/VSCodeVim/Vim/issues/5351)
101109

102110
**Closed issues:**
103111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vim",
44
"description": "Vim emulation for Visual Studio Code",
55
"icon": "images/icon.png",
6-
"version": "1.18.7",
6+
"version": "1.18.8",
77
"publisher": "vscodevim",
88
"galleryBanner": {
99
"color": "#e3f4ff",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
"@babel/code-frame@^7.0.0":
6-
version "7.10.6"
6+
version "7.10.7"
77
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
88
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
99
dependencies:

0 commit comments

Comments
 (0)