Skip to content

Commit ffbe9f2

Browse files
chore(release): 7.2.0
1 parent 629b5f7 commit ffbe9f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Pre-release
44

5+
## 7.2.0 (2024-09-26)
6+
57
### Features
68

79
- `pipe_table.cell` value `trimmed` [#175](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/175)

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.1.15'
7+
M.version = '7.2.0'
88

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

0 commit comments

Comments
 (0)