Skip to content

Commit 107719d

Browse files
chore(main): release 10.20.0 (#1382)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6749a25 commit 107719d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [10.20.0](https://github.com/folke/lazy.nvim/compare/v10.19.0...v10.20.0) (2024-03-26)
4+
5+
6+
### Features
7+
8+
* **ui:** backdrop for the lazy floating window. Can be disabled with `opts.ui.backdrop` ([a6b74f3](https://github.com/folke/lazy.nvim/commit/a6b74f30d5aab79a40d932f449c0aa5d4a0c6934))
9+
10+
11+
### Bug Fixes
12+
13+
* **types:** fixed type for `version`. Fixes [#1381](https://github.com/folke/lazy.nvim/issues/1381) ([eade87f](https://github.com/folke/lazy.nvim/commit/eade87fb837d6cdeef94587ce5e8c8dfb9f88920))
14+
315
## [10.19.0](https://github.com/folke/lazy.nvim/compare/v10.18.3...v10.19.0) (2024-03-22)
416

517

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ M.defaults = {
180180
debug = false,
181181
}
182182

183-
M.version = "10.19.0" -- x-release-please-version
183+
M.version = "10.20.0" -- x-release-please-version
184184

185185
M.ns = vim.api.nvim_create_namespace("lazy")
186186

0 commit comments

Comments
 (0)