chore(main): release 9.24.2 (#890)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-22 11:17:54 +02:00 committed by GitHub
parent d7d5842d1c
commit b7043f2983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [9.24.2](https://github.com/folke/lazy.nvim/compare/v9.24.1...v9.24.2) (2023-06-22)
### Bug Fixes
* **config:** on windows default concurrency is now set to 2*available parallelism. See [#887](https://github.com/folke/lazy.nvim/issues/887) ([d7d5842](https://github.com/folke/lazy.nvim/commit/d7d5842d1c9a566d480db8b4a5aaf00054b99bb5))
## [9.24.1](https://github.com/folke/lazy.nvim/compare/v9.24.0...v9.24.1) (2023-06-19)

View File

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