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:
github-actions[bot] 2023-05-13 16:12:49 +02:00 committed by GitHub
parent dab6cd5080
commit aba872ec78
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
## [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)

View File

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