Skip to content

Commit 7808306

Browse files
chore(release): 7.4.0
1 parent 5925f48 commit 7808306

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Pre-release
44

5+
## 7.4.0 (2024-10-16)
6+
57
### Features
68

79
- margin for paragraphs [#200](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/200)

doc/render-markdown.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*render-markdown.txt* For 0.10.0 Last change: 2024 October 15
1+
*render-markdown.txt* For 0.10.0 Last change: 2024 October 16
22

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

lua/render-markdown/health.lua

Lines changed: 1 addition & 1 deletion
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.3.11'
7+
M.version = '7.4.0'
88

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

0 commit comments

Comments
 (0)