We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983aad3 commit 32d5f4aCopy full SHA for 32d5f4a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [9.14.1](https://github.com/folke/lazy.nvim/compare/v9.14.0...v9.14.1) (2023-03-24)
4
+
5
6
+### Bug Fixes
7
8
+* **cache:** handle corrupted cache files ([db5b67e](https://github.com/folke/lazy.nvim/commit/db5b67e75c31c955e3df9a3d6781f397b9dc66e8))
9
10
## [9.14.0](https://github.com/folke/lazy.nvim/compare/v9.13.1...v9.14.0) (2023-03-22)
11
12
lua/lazy/core/config.lua
@@ -151,7 +151,7 @@ M.defaults = {
151
debug = false,
152
}
153
154
-M.version = "9.14.0" -- x-release-please-version
+M.version = "9.14.1" -- x-release-please-version
155
156
M.ns = vim.api.nvim_create_namespace("lazy")
157
0 commit comments