Skip to content

Commit cd7835b

Browse files
chore(main): release 1.8.1 (#1515)
1 parent 3ba3b79 commit cd7835b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.8.0](https://github.com/williamboman/mason.nvim/compare/v1.7.0...v1.8.0) (2023-09-04)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<code>:help mason.nvim</code>
1515
</p>
1616
<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 -->
1818
</p>
1919

2020
# Table of Contents

lua/mason/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
local M = {}
22

3-
M.VERSION = "v1.8.0" -- x-release-please-version
3+
M.VERSION = "v1.8.1" -- x-release-please-version
44
M.MAJOR_VERSION = 1 -- x-release-please-major
55
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
77

88
return M

0 commit comments

Comments
 (0)