Skip to content

Commit 81374ff

Browse files
chore(release): 8.1.0
1 parent ed3acd6 commit 81374ff

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+
## 8.1.0 (2025-03-07)
6+
57
### Features
68

79
- in-process lsp for engine agnostic completions [b56fa1b](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/b56fa1bc7b513f16a1c361b81438f4944b420a32)

lua/render-markdown/health.lua

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

77
---@private
8-
M.version = '8.0.21'
8+
M.version = '8.1.0'
99

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

0 commit comments

Comments
 (0)