File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Pre-release
4
4
5
+ ## 6.3.0 (2024-08-29)
6
+
5
7
### Features
6
8
9
+ - integrate treesitter injections [ #141 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/141 )
10
+ [ 5ff9a59] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5ff9a598622422100280769147ad5feff411c6da )
7
11
- email link icon [ 74502e5] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/74502e5d34efa68dde051bcc6bf28db9748922c7 )
8
12
- deterministic custom link order [ #146 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/146 )
9
13
[ 42dbd09] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/42dbd097d73d8c833f886f35ca3be2065973c628 )
10
- - integrate treesitter injections: [ #141 ] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/141 )
11
- [ 5ff9a59] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5ff9a598622422100280769147ad5feff411c6da )
14
+ - setext headings [ 27d72d7] ( https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/27d72d75035c0430d671f8295ca53c71c4a04633 )
12
15
13
16
### Bug Fixes
14
17
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ local M = {}
5
5
6
6
--- @private
7
7
--- @type string
8
- M .version = ' 6.2.12 '
8
+ M .version = ' 6.3.0 '
9
9
10
10
function M .check ()
11
11
vim .health .start (' render-markdown.nvim [version]' )
You can’t perform that action at this time.
0 commit comments