diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3e8ac..f751a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,16 @@ ## Pre-release +## 6.3.0 (2024-08-29) + ### Features +- integrate treesitter injections [#141](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/141) + [5ff9a59](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5ff9a598622422100280769147ad5feff411c6da) - email link icon [74502e5](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/74502e5d34efa68dde051bcc6bf28db9748922c7) - deterministic custom link order [#146](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/146) [42dbd09](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/42dbd097d73d8c833f886f35ca3be2065973c628) -- integrate treesitter injections: [#141](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/141) - [5ff9a59](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/5ff9a598622422100280769147ad5feff411c6da) +- setext headings [27d72d7](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/27d72d75035c0430d671f8295ca53c71c4a04633) ### Bug Fixes diff --git a/lua/render-markdown/health.lua b/lua/render-markdown/health.lua index fa36020..fe67bb6 100644 --- a/lua/render-markdown/health.lua +++ b/lua/render-markdown/health.lua @@ -5,7 +5,7 @@ local M = {} ---@private ---@type string -M.version = '6.2.12' +M.version = '6.3.0' function M.check() vim.health.start('render-markdown.nvim [version]')