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
+ ## [ 9.13.0] ( https://github.com/folke/lazy.nvim/compare/v9.12.1...v9.13.0 ) (2023-03-17)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** help:** allow disabling README magic ([ #663 ] ( https://github.com/folke/lazy.nvim/issues/663 ) ) ([ e5759d2] ( https://github.com/folke/lazy.nvim/commit/e5759d202afe80aeb192e7eb02d28b74cc2d66eb ) )
9
+
3
10
## [ 9.12.1] ( https://github.com/folke/lazy.nvim/compare/v9.12.0...v9.12.1 ) (2023-03-16)
4
11
5
12
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ M.defaults = {
151
151
debug = false ,
152
152
}
153
153
154
- M .version = " 9.12.1 " -- x-release-please-version
154
+ M .version = " 9.13.0 " -- x-release-please-version
155
155
156
156
M .ns = vim .api .nvim_create_namespace (" lazy" )
157
157
You can’t perform that action at this time.
0 commit comments