Skip to content

Commit 68941b7

Browse files
chore(main): release 10.20.1 (#1386)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79e2e85 commit 68941b7

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.20.1](https://github.com/folke/lazy.nvim/compare/v10.20.0...v10.20.1) (2024-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **ui:** properly cleanup on `:quit`. Fixes [#1385](https://github.com/folke/lazy.nvim/issues/1385) ([79e2e85](https://github.com/folke/lazy.nvim/commit/79e2e8593410f199b85f5d61a83704a16169282f))
9+
310
## [10.20.0](https://github.com/folke/lazy.nvim/compare/v10.19.0...v10.20.0) (2024-03-26)
411

512

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.20.0" -- x-release-please-version
183+
M.version = "10.20.1" -- x-release-please-version
184184

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

0 commit comments

Comments
 (0)