mirror of https://github.com/folke/lazy.nvim.git
chore(main): release 10.7.1 (#1083)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b37927be9
commit
6687afae42
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [10.7.1](https://github.com/folke/lazy.nvim/compare/v10.7.0...v10.7.1) (2023-10-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **event:** prevent loading event handler more than once in some cases ([6b37927](https://github.com/folke/lazy.nvim/commit/6b37927be9e0166ddb4445023904345d88045497))
|
||||
|
||||
## [10.7.0](https://github.com/folke/lazy.nvim/compare/v10.6.0...v10.7.0) (2023-10-06)
|
||||
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@ M.defaults = {
|
|||
debug = false,
|
||||
}
|
||||
|
||||
M.version = "10.7.0" -- x-release-please-version
|
||||
M.version = "10.7.1" -- x-release-please-version
|
||||
|
||||
M.ns = vim.api.nvim_create_namespace("lazy")
|
||||
|
||||
|
|
Loading…
Reference in New Issue