We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3acd6 commit 81374ffCopy full SHA for 81374ff
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Pre-release
4
5
+## 8.1.0 (2025-03-07)
6
+
7
### Features
8
9
- in-process lsp for engine agnostic completions [b56fa1b](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/b56fa1bc7b513f16a1c361b81438f4944b420a32)
lua/render-markdown/health.lua
@@ -5,7 +5,7 @@ local state = require('render-markdown.state')
local M = {}
---@private
-M.version = '8.0.21'
+M.version = '8.1.0'
10
function M.check()
11
M.start('version')
0 commit comments