chore(main): release 10.18.2

This commit is contained in:
github-actions[bot] 2024-03-22 08:18:54 +00:00 committed by GitHub
commit 01a9bb64b9
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.18.2](https://github.com/folke/lazy.nvim/compare/v10.18.1...v10.18.2) (2024-03-22)
### Bug Fixes
* **ui:** Add "bot" to dimmed commands list ([#1367](https://github.com/folke/lazy.nvim/issues/1367)) ([b6f7ef8](https://github.com/folke/lazy.nvim/commit/b6f7ef856b36c5edbe9f03e3a8554b97c458c953))
## [10.18.1](https://github.com/folke/lazy.nvim/compare/v10.18.0...v10.18.1) (2024-03-22)

View file

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