chore(main): release 9.17.0 (#806)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-05-19 10:23:49 +02:00 committed by GitHub
parent 6d4135d83d
commit c711b4f8a6
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.17.0](https://github.com/folke/lazy.nvim/compare/v9.16.1...v9.17.0) (2023-05-18)
### Features
* **cmd:** added `Lazy load all` to load all plugins ([11131ea](https://github.com/folke/lazy.nvim/commit/11131eafa165e54b08aeff3d7e35c65ef8b6e034))
## [9.16.1](https://github.com/folke/lazy.nvim/compare/v9.16.0...v9.16.1) (2023-05-17)

View File

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