From 3f00098dedf4e346667e532bdc00891c4457e410 Mon Sep 17 00:00:00 2001 From: Jason Fields Date: Sun, 6 Nov 2022 21:45:00 -0500 Subject: [PATCH] bump version --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- yarn.lock | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c7a0e6fe1..304ba7d3673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v1.24.3](https://github.com/vscodevim/vim/tree/v1.24.3) (2022-11-06) + +### Added + +- Text registers can now be executed as macros with `@` ([@elazarcoh](https://github.com/elazarcoh)). + +### Fixed + +- Fixed some ex commands when repeated with `@:` ([@J-Fields](https://github.com/J-Fields)). +- Fixed cursor position after `gp` or `gP` in VisualBlock mode ([@burnsdy](https://github.com/burnsdy)). +- Fixed edge case of `i{` and `a{` ([@elazarcoh](https://github.com/elazarcoh)). + ## [v1.24.2](https://github.com/vscodevim/vim/tree/v1.24.2) (2022-10-29) ### Added diff --git a/package.json b/package.json index 548911c0885..2045e741b77 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vim", "description": "Vim emulation for Visual Studio Code", "icon": "images/icon.png", - "version": "1.24.2", + "version": "1.24.3", "publisher": "vscodevim", "galleryBanner": { "color": "#e3f4ff", diff --git a/yarn.lock b/yarn.lock index b579f635433..60bec02a3ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3,7 +3,7 @@ "@babel/code-frame@^7.0.0": - version "7.11.2" + version "7.11.3" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== dependencies: