chore(main): release 10.18.3 (#1376)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-22 22:51:11 +01:00 committed by GitHub
parent 9131ea4c4a
commit 8134f2ac04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [10.18.3](https://github.com/folke/lazy.nvim/compare/v10.18.2...v10.18.3) (2024-03-22)
### Bug Fixes
* **cache:** vim.loop fallback ([#1375](https://github.com/folke/lazy.nvim/issues/1375)) ([9131ea4](https://github.com/folke/lazy.nvim/commit/9131ea4c4ae59e347716659088a76d9b9ce3b2f5))
## [10.18.2](https://github.com/folke/lazy.nvim/compare/v10.18.1...v10.18.2) (2024-03-22)

View File

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