From 7d7efc738e08fc5bee822857db45cb6103f0b0c1 Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Mon, 29 May 2023 17:22:44 +0200 Subject: chore(main): release 1.1.1 (#1333) --- CHANGELOG.md | 7 +++++++ README.md | 2 +- lua/mason/version.lua | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 332831e1..9d53e47c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/williamboman/mason.nvim/compare/v1.1.0...v1.1.1) (2023-05-29) + + +### Bug Fixes + +* **ui:** improve search mode UI and remove redundant whitespaces ([#1332](https://github.com/williamboman/mason.nvim/issues/1332)) ([a18c031](https://github.com/williamboman/mason.nvim/commit/a18c031c72a3c7576ba5dc60ee30de8290c8757c)) + ## [1.1.0](https://github.com/williamboman/mason.nvim/compare/v1.0.1...v1.1.0) (2023-05-18) diff --git a/README.md b/README.md index ec17d5ef..e7094507 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ :help mason.nvim

- Latest version: v1.1.0 + Latest version: v1.1.1

# Table of Contents diff --git a/lua/mason/version.lua b/lua/mason/version.lua index 149124eb..aa82053f 100644 --- a/lua/mason/version.lua +++ b/lua/mason/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.1.0" -- x-release-please-version +M.VERSION = "v1.1.1" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major M.MINOR_VERSION = 1 -- x-release-please-minor -M.PATCH_VERSION = 0 -- x-release-please-patch +M.PATCH_VERSION = 1 -- x-release-please-patch return M -- cgit v1.2.3-70-g09d2