chore(main): release 9.22.2 (#854)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-03 15:39:09 +02:00 committed by GitHub
parent dbb2b609f6
commit f145e6f42a
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.22.2](https://github.com/folke/lazy.nvim/compare/v9.22.1...v9.22.2) (2023-06-03)
### Bug Fixes
* **ui:** setup colors when loading a float ([dbb2b60](https://github.com/folke/lazy.nvim/commit/dbb2b609f66486251b51c79a7a1d275887413e8e))
## [9.22.1](https://github.com/folke/lazy.nvim/compare/v9.22.0...v9.22.1) (2023-06-03)

View File

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