chore(main): release 9.23.0 (#859)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-09 12:56:48 +02:00 committed by GitHub
parent d1b02c2dda
commit 6b2311a46a
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.23.0](https://github.com/folke/lazy.nvim/compare/v9.22.2...v9.23.0) (2023-06-08)
### Features
* **startup:** added data/site to the rtp. Will be used by upcoming treesitter version ([f131606](https://github.com/folke/lazy.nvim/commit/f131606190535b0d0b35406e8573b973b48e55b1))
### Bug Fixes
* **event:** dont use autocmd pattern to detect event retriggering. Fixes [#858](https://github.com/folke/lazy.nvim/issues/858) ([bc89502](https://github.com/folke/lazy.nvim/commit/bc895023573e76f8567d2375bbd3ea8be4f00ca7))
## [9.22.2](https://github.com/folke/lazy.nvim/compare/v9.22.1...v9.22.2) (2023-06-03)

View File

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