chore(main): release 9.25.0

This commit is contained in:
github-actions[bot] 2023-06-30 16:24:07 +00:00 committed by GitHub
commit 69500d7a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## [9.25.0](https://github.com/folke/lazy.nvim/compare/v9.24.2...v9.25.0) (2023-06-30)
### Features
* **build:** added support for build.lua, build/init.lua ([#903](https://github.com/folke/lazy.nvim/issues/903)) ([4c26421](https://github.com/folke/lazy.nvim/commit/4c26421785be8c49f1d8eaa5bdb55b73c7be5127))
### Bug Fixes
* **health:** false warning when checking plugins configured with 'optional' key ([#897](https://github.com/folke/lazy.nvim/issues/897)) ([24803fc](https://github.com/folke/lazy.nvim/commit/24803fcbe3fe2c84300903278b7445cfb2e54deb))
## [9.24.2](https://github.com/folke/lazy.nvim/compare/v9.24.1...v9.24.2) (2023-06-22)

View file

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