File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 10.20.0] ( https://github.com/folke/lazy.nvim/compare/v10.19.0...v10.20.0 ) (2024-03-26)
4
11
5
12
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ M.defaults = {
180
180
debug = false ,
181
181
}
182
182
183
- M .version = " 10.20.0 " -- x-release-please-version
183
+ M .version = " 10.20.1 " -- x-release-please-version
184
184
185
185
M .ns = vim .api .nvim_create_namespace (" lazy" )
186
186
You can’t perform that action at this time.
0 commit comments