File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 10.24.2 "
2
+ "." : " 10.24.3 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.24.3] ( https://github.com/folke/lazy.nvim/compare/v10.24.2...v10.24.3 ) (2024-06-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** util:** dump ([ 025520d] ( https://github.com/folke/lazy.nvim/commit/025520d083c61baa7cd1f45807f5fe1ac9fbb50d ) )
9
+
3
10
## [ 10.24.2] ( https://github.com/folke/lazy.nvim/compare/v10.24.1...v10.24.2 ) (2024-06-16)
4
11
5
12
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ M.defaults = {
182
182
debug = false ,
183
183
}
184
184
185
- M .version = " 10.23.0 " -- x-release-please-version
185
+ M .version = " 10.24.3 " -- x-release-please-version
186
186
187
187
M .ns = vim .api .nvim_create_namespace (" lazy" )
188
188
You can’t perform that action at this time.
0 commit comments