Skip to content

Commit 51a3873

Browse files
chore(main): release 9.14.11 (#782)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 83a625f commit 51a3873

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [9.14.11](https://github.com/folke/lazy.nvim/compare/v9.14.10...v9.14.11) (2023-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **ui:** don' render extmarks for empty lines ([dbe0e29](https://github.com/folke/lazy.nvim/commit/dbe0e29d85e2769be6c9738c176ba6d8b0c6817a))
9+
310
## [9.14.10](https://github.com/folke/lazy.nvim/compare/v9.14.9...v9.14.10) (2023-05-02)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ M.defaults = {
151151
debug = false,
152152
}
153153

154-
M.version = "9.14.10" -- x-release-please-version
154+
M.version = "9.14.11" -- x-release-please-version
155155

156156
M.ns = vim.api.nvim_create_namespace("lazy")
157157

0 commit comments

Comments
 (0)