Skip to content

Commit 9102d05

Browse files
chore(main): release 10.8.1 (#1090)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26762c9 commit 9102d05

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.8.1](https://github.com/folke/lazy.nvim/compare/v10.8.0...v10.8.1) (2023-10-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **ui:** use correct keymap for display. Fixes [#1089](https://github.com/folke/lazy.nvim/issues/1089) ([26762c9](https://github.com/folke/lazy.nvim/commit/26762c97e6dc3fddf141db0e82d044ee73e5f78d))
9+
310
## [10.8.0](https://github.com/folke/lazy.nvim/compare/v10.7.3...v10.8.0) (2023-10-08)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ M.defaults = {
161161
debug = false,
162162
}
163163

164-
M.version = "10.8.0" -- x-release-please-version
164+
M.version = "10.8.1" -- x-release-please-version
165165

166166
M.ns = vim.api.nvim_create_namespace("lazy")
167167

0 commit comments

Comments
 (0)