Skip to content

Commit 4ec7a51

Browse files
chore(release): 7.5.0
1 parent fc05fb7 commit 4ec7a51

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Pre-release
44

5+
## 7.5.0 (2024-11-04)
6+
57
### Features
68

79
- custom checkbox scope_highlight [#207](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/207)

Diff for: doc/render-markdown.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For 0.10.0 Last change: 2024 October 27
1+
*render-markdown.txt* For 0.10.0 Last change: 2024 November 04
22

33
==============================================================================
44
Table of Contents *render-markdown-table-of-contents*

Diff for: lua/render-markdown/health.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local state = require('render-markdown.state')
44
local M = {}
55

66
---@private
7-
M.version = '7.4.9'
7+
M.version = '7.5.0'
88

99
function M.check()
1010
M.start('version')

0 commit comments

Comments
 (0)