Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Fields committed Mar 2, 2023
1 parent 6de0a63 commit 0953cc8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log

## [v1.25.2](https://github.com/vscodevim/vim/tree/v1.25.2) (2023-03-01)

### Added

- Support for `:w <FILENAME>` ([@JLMSC](https://github.com/JLMSC)).

### Changed

- Reduced extension bundle size by removing source maps ([@kidonng](https://github.com/kidonng)).
- Replaced "Report bug" popup on exceptions with an error log message ([@J-Fields](https://github.com/J-Fields)).

### Fixed

- Fixed remaps which pass multiple positional arguments to a command ([@elmar-peise](https://github.com/elmar-peise)).
- Fixed cursor position after certain surround actions ([@J-Fields](https://github.com/J-Fields)).

## [v1.25.0](https://github.com/vscodevim/vim/tree/v1.25.0) (2023-02-28)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "1.25.1",
"version": "1.25.2",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -3,7 +3,7 @@


"@babel/code-frame@^7.0.0":
version "7.10.4"
version "7.10.5"
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 0953cc8

Please sign in to comment.