From e86a4c84ff35240639643ffed56ee1c4d55f538e Mon Sep 17 00:00:00 2001
From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com>
Date: Fri, 21 Jul 2023 17:14:03 +0200
Subject: chore(main): release 1.12.0 (#261)
---
CHANGELOG.md | 7 +++++++
README.md | 2 +-
lua/mason-lspconfig/version.lua | 4 ++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d248f9..15cc71b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.12.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.11.0...v1.12.0) (2023-07-21)
+
+
+### Features
+
+* add pkgbuild_language_server ([#260](https://github.com/williamboman/mason-lspconfig.nvim/issues/260)) ([dbedd87](https://github.com/williamboman/mason-lspconfig.nvim/commit/dbedd87ddf24a073a1159e4622ba1cf1521618ac))
+
## [1.11.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.10.0...v1.11.0) (2023-07-10)
diff --git a/README.md b/README.md
index d7667ec..d59ea7e 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
:help mason-lspconfig.nvim
- Latest version: v1.11.0 + Latest version: v1.12.0
# Table of Contents diff --git a/lua/mason-lspconfig/version.lua b/lua/mason-lspconfig/version.lua index 23edb1b..1d6273c 100644 --- a/lua/mason-lspconfig/version.lua +++ b/lua/mason-lspconfig/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.11.0" -- x-release-please-version +M.VERSION = "v1.12.0" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major -M.MINOR_VERSION = 11 -- x-release-please-minor +M.MINOR_VERSION = 12 -- x-release-please-minor M.PATCH_VERSION = 0 -- x-release-please-patch return M -- cgit v1.2.3-70-g09d2