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.14.2] ( https://github.com/folke/lazy.nvim/compare/v10.14.1...v10.14.2 ) (2023-10-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** plugin:** work-around for Plugin.values error. Will add proper fix later. Fixes [ #1124 ] ( https://github.com/folke/lazy.nvim/issues/1124 ) ([ 2270bbb] ( https://github.com/folke/lazy.nvim/commit/2270bbbc48503f468633cc5c2065321001c4f0ac ) )
9
+
3
10
## [ 10.14.1] ( https://github.com/folke/lazy.nvim/compare/v10.14.0...v10.14.1 ) (2023-10-16)
4
11
5
12
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ M.defaults = {
176
176
debug = false ,
177
177
}
178
178
179
- M .version = " 10.14.1 " -- x-release-please-version
179
+ M .version = " 10.14.2 " -- x-release-please-version
180
180
181
181
M .ns = vim .api .nvim_create_namespace (" lazy" )
182
182
You can’t perform that action at this time.
0 commit comments