bump version

This commit is contained in:
Jason Fields 2023-02-28 22:53:50 -05:00
parent 13c5b9ae07
commit 8f36b38a62
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Change Log
## Unreleased
## [v1.25.0](https://github.com/vscodevim/vim/tree/v1.25.0) (2022-02-28)
### Added
@ -13,6 +13,7 @@
### Fixed
- Fixed undo/redo after recent VS Code update ([@J-Fields](https://github.com/J-Fields)).
- Fixed `.` after exiting Visual mode or command line with `<Esc>` ([@wgr45097](https://github.com/wgr45097)).
- Fixed ex command line ranges with no explicit start, such as `,5` ([@lazygyu](https://github.com/lazygyu)).

View File

@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
"version": "1.24.3",
"version": "1.25.0",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",

View File

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