chore(main): release 10.24.3 (#1529)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-23 07:38:56 +02:00 committed by GitHub
parent 849890c2c4
commit 4ea9fe0600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "10.24.2"
".": "10.24.3"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [10.24.3](https://github.com/folke/lazy.nvim/compare/v10.24.2...v10.24.3) (2024-06-23)
### Bug Fixes
* **util:** dump ([025520d](https://github.com/folke/lazy.nvim/commit/025520d083c61baa7cd1f45807f5fe1ac9fbb50d))
## [10.24.2](https://github.com/folke/lazy.nvim/compare/v10.24.1...v10.24.2) (2024-06-16)

View File

@ -182,7 +182,7 @@ M.defaults = {
debug = false,
}
M.version = "10.23.0" -- x-release-please-version
M.version = "10.24.3" -- x-release-please-version
M.ns = vim.api.nvim_create_namespace("lazy")