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:
github-actions[bot] 2023-10-06 20:22:13 +02:00 committed by GitHub
parent 6b37927be9
commit 6687afae42
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
## [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)

View File

@ -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")