We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9795e commit f739865Copy full SHA for f739865
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [10.14.3](https://github.com/folke/lazy.nvim/compare/v10.14.2...v10.14.3) (2023-10-16)
11
12
lua/lazy/core/config.lua
@@ -176,7 +176,7 @@ M.defaults = {
176
debug = false,
177
}
178
179
-M.version = "10.14.3" -- x-release-please-version
+M.version = "10.14.4" -- x-release-please-version
180
181
M.ns = vim.api.nvim_create_namespace("lazy")
182
0 commit comments