We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc05fb7 commit 4ec7a51Copy full SHA for 4ec7a51
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Pre-release
4
5
+## 7.5.0 (2024-11-04)
6
+
7
### Features
8
9
- custom checkbox scope_highlight [#207](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/207)
doc/render-markdown.txt
@@ -1,4 +1,4 @@
1
-*render-markdown.txt* For 0.10.0 Last change: 2024 October 27
+*render-markdown.txt* For 0.10.0 Last change: 2024 November 04
==============================================================================
Table of Contents *render-markdown-table-of-contents*
lua/render-markdown/health.lua
@@ -4,7 +4,7 @@ local state = require('render-markdown.state')
local M = {}
---@private
-M.version = '7.4.9'
+M.version = '7.5.0'
function M.check()
10
M.start('version')
0 commit comments