Skip to content

Commit e3c18dd

Browse files
chore(release): 8.12.0
1 parent 8951960 commit e3c18dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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+
## 8.12.0 (2026-03-08)
6+
57
### Features
68

79
- link.highlight_title option [#583](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/583)

lua/render-markdown/health.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local state = require('render-markdown.state')
66
local M = {}
77

88
---@private
9-
M.version = '8.11.16'
9+
M.version = '8.12.0'
1010

1111
function M.check()
1212
M.start('versions')

0 commit comments

Comments
 (0)