chore(main): release 10.20.3 (#1394)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-29 08:18:38 +01:00 committed by GitHub
parent 0ccf031227
commit bef521ac89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [10.20.3](https://github.com/folke/lazy.nvim/compare/v10.20.2...v10.20.3) (2024-03-28)
### Bug Fixes
* **ui:** disable backdrop when Neovim is transparent ([0ccf031](https://github.com/folke/lazy.nvim/commit/0ccf0312270d2d976ec551a9034bf05720f2486b))
## [10.20.2](https://github.com/folke/lazy.nvim/compare/v10.20.1...v10.20.2) (2024-03-27)

View File

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