We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a470ae commit 5b7b8eeCopy full SHA for 5b7b8ee
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [9.14.9](https://github.com/folke/lazy.nvim/compare/v9.14.8...v9.14.9) (2023-05-02)
4
+
5
6
+### Bug Fixes
7
8
+* **ui:** don't pad empty lines ([#768](https://github.com/folke/lazy.nvim/issues/768)) ([b00d6f7](https://github.com/folke/lazy.nvim/commit/b00d6f7102a3345704edb46cbabf2dfa21d78d24))
9
10
## [9.14.8](https://github.com/folke/lazy.nvim/compare/v9.14.7...v9.14.8) (2023-04-27)
11
12
lua/lazy/core/config.lua
@@ -151,7 +151,7 @@ M.defaults = {
151
debug = false,
152
}
153
154
-M.version = "9.14.8" -- x-release-please-version
+M.version = "9.14.9" -- x-release-please-version
155
156
M.ns = vim.api.nvim_create_namespace("lazy")
157
0 commit comments