File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.8.1] ( https://github.com/williamboman/mason.nvim/compare/v1.8.0...v1.8.1 ) (2023-10-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** health:** schedule vim.fn call ([ #1514 ] ( https://github.com/williamboman/mason.nvim/issues/1514 ) ) ([ 3ba3b79] ( https://github.com/williamboman/mason.nvim/commit/3ba3b79f73d5411e72c7df5445150f4e9278d4d7 ) )
9
+
3
10
## [ 1.8.0] ( https://github.com/williamboman/mason.nvim/compare/v1.7.0...v1.8.0 ) (2023-09-04)
4
11
5
12
Original file line number Diff line number Diff line change 14
14
<code>:help mason.nvim</code>
15
15
</p >
16
16
<p align =" center " >
17
- <sup>Latest version: v1.8.0 </sup> <!-- x-release-please-version -->
17
+ <sup>Latest version: v1.8.1 </sup> <!-- x-release-please-version -->
18
18
</p >
19
19
20
20
# Table of Contents
Original file line number Diff line number Diff line change 1
1
local M = {}
2
2
3
- M .VERSION = " v1.8.0 " -- x-release-please-version
3
+ M .VERSION = " v1.8.1 " -- x-release-please-version
4
4
M .MAJOR_VERSION = 1 -- x-release-please-major
5
5
M .MINOR_VERSION = 8 -- x-release-please-minor
6
- M .PATCH_VERSION = 0 -- x-release-please-patch
6
+ M .PATCH_VERSION = 1 -- x-release-please-patch
7
7
8
8
return M
You can’t perform that action at this time.
0 commit comments