From dfdd771b792fbb4bad8e057d72558255695aa1a7 Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Sun, 27 Aug 2023 18:28:19 +0200 Subject: [PATCH] chore(main): release 1.14.0 (#269) --- 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 0db442cb9..6f16fea30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.13.0...v1.14.0) (2023-08-27) + + +### Features + +* add mdx_analyzer ([#268](https://github.com/williamboman/mason-lspconfig.nvim/issues/268)) ([047438f](https://github.com/williamboman/mason-lspconfig.nvim/commit/047438fceff58b26520e3a6487724fad9536f158)) + ## [1.13.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.12.0...v1.13.0) (2023-08-20) diff --git a/README.md b/README.md index 227467f92..c38dafd4c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ :help mason-lspconfig.nvim

- Latest version: v1.13.0 + Latest version: v1.14.0

# Table of Contents diff --git a/lua/mason-lspconfig/version.lua b/lua/mason-lspconfig/version.lua index 258f8925c..c59762abd 100644 --- a/lua/mason-lspconfig/version.lua +++ b/lua/mason-lspconfig/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.13.0" -- x-release-please-version +M.VERSION = "v1.14.0" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major -M.MINOR_VERSION = 13 -- x-release-please-minor +M.MINOR_VERSION = 14 -- x-release-please-minor M.PATCH_VERSION = 0 -- x-release-please-patch return M