Skip to content

Commit 0953cc8

Browse files
committed
bump version
1 parent 6de0a63 commit 0953cc8

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [v1.25.2](https://github.com/vscodevim/vim/tree/v1.25.2) (2023-03-01)
4+
5+
### Added
6+
7+
- Support for `:w <FILENAME>` ([@JLMSC](https://github.com/JLMSC)).
8+
9+
### Changed
10+
11+
- Reduced extension bundle size by removing source maps ([@kidonng](https://github.com/kidonng)).
12+
- Replaced "Report bug" popup on exceptions with an error log message ([@J-Fields](https://github.com/J-Fields)).
13+
14+
### Fixed
15+
16+
- Fixed remaps which pass multiple positional arguments to a command ([@elmar-peise](https://github.com/elmar-peise)).
17+
- Fixed cursor position after certain surround actions ([@J-Fields](https://github.com/J-Fields)).
18+
319
## [v1.25.0](https://github.com/vscodevim/vim/tree/v1.25.0) (2023-02-28)
420

521
### Added

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.25.1",
6+
"version": "1.25.2",
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.4"
6+
version "7.10.5"
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)