mirror of https://github.com/folke/lazy.nvim.git
chore(main): release 10.18.2 (#1373)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b6f7ef856b
commit
3132d7d27d
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue