Skip to content

Commit f739865

Browse files
chore(main): release 10.14.4 (#1128)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fb9795e commit f739865

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+
## [10.14.4](https://github.com/folke/lazy.nvim/compare/v10.14.3...v10.14.4) (2023-10-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **ui:** fixed keymaps in debug view ([fb9795e](https://github.com/folke/lazy.nvim/commit/fb9795e49fcd45e99bf386c675fbca28d98bf0a6))
9+
310
## [10.14.3](https://github.com/folke/lazy.nvim/compare/v10.14.2...v10.14.3) (2023-10-16)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ M.defaults = {
176176
debug = false,
177177
}
178178

179-
M.version = "10.14.3" -- x-release-please-version
179+
M.version = "10.14.4" -- x-release-please-version
180180

181181
M.ns = vim.api.nvim_create_namespace("lazy")
182182

0 commit comments

Comments
 (0)