mirror of https://github.com/folke/lazy.nvim.git
chore(main): release 9.16.0 (#801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
dab6cd5080
commit
aba872ec78
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [9.16.0](https://github.com/folke/lazy.nvim/compare/v9.15.0...v9.16.0) (2023-05-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **loader:** added explicit support for finding the main module for mini.nvim plugins ([dab6cd5](https://github.com/folke/lazy.nvim/commit/dab6cd50806d6a6b0e8267f628d5fd6b112b151c))
|
||||
|
||||
## [9.15.0](https://github.com/folke/lazy.nvim/compare/v9.14.11...v9.15.0) (2023-05-13)
|
||||
|
||||
|
||||
|
|
|
@ -151,7 +151,7 @@ M.defaults = {
|
|||
debug = false,
|
||||
}
|
||||
|
||||
M.version = "9.15.0" -- x-release-please-version
|
||||
M.version = "9.16.0" -- x-release-please-version
|
||||
|
||||
M.ns = vim.api.nvim_create_namespace("lazy")
|
||||
|
||||
|
|
Loading…
Reference in New Issue