chore(main): release 10.11.0 (#1101)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-10 19:52:13 +02:00 committed by GitHub
parent 2947f104e1
commit 73fbf5ccab
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.11.0](https://github.com/folke/lazy.nvim/compare/v10.10.0...v10.11.0) (2023-10-10)
### Features
* **util:** expose pretty stacktraces for notify ([7b84609](https://github.com/folke/lazy.nvim/commit/7b84609a06bd11869370bc20a9255bb469e35a50))
## [10.10.0](https://github.com/folke/lazy.nvim/compare/v10.9.1...v10.10.0) (2023-10-10)

View File

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