We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3d5fb commit d6a782cCopy full SHA for d6a782c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [9.14.8](https://github.com/folke/lazy.nvim/compare/v9.14.7...v9.14.8) (2023-04-27)
4
+
5
6
+### Bug Fixes
7
8
+* **health:** show error if setup didn't run ([0c7b418](https://github.com/folke/lazy.nvim/commit/0c7b41872ed20f12b45c41cadbccbf74554ac68e))
9
10
## [9.14.7](https://github.com/folke/lazy.nvim/compare/v9.14.6...v9.14.7) (2023-04-24)
11
12
lua/lazy/core/config.lua
@@ -151,7 +151,7 @@ M.defaults = {
151
debug = false,
152
}
153
154
-M.version = "9.14.7" -- x-release-please-version
+M.version = "9.14.8" -- x-release-please-version
155
156
M.ns = vim.api.nvim_create_namespace("lazy")
157
0 commit comments