mirror of https://github.com/folke/lazy.nvim.git
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:
parent
2947f104e1
commit
73fbf5ccab
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue