From 43f2ddf0b5f544d9bb20e24b8ff76b79f2a07ab0 Mon Sep 17 00:00:00 2001 From: "williambotman[bot]" <107473453+williambotman@users.noreply.github.com> Date: Fri, 28 Apr 2023 19:37:16 +0200 Subject: chore(main): release 1.2.0 (#216) --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- lua/mason-lspconfig/version.lua | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cb352..df51de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.1.0...v1.2.0) (2023-04-28) + + +### Features + +* add java_language_server ([#127](https://github.com/williamboman/mason-lspconfig.nvim/issues/127)) ([490a599](https://github.com/williamboman/mason-lspconfig.nvim/commit/490a599933479c2141a7d6f9466642c6a89aae08)) + + +### Bug Fixes + +* **command:** don't display error if no language/server is selected in :LspInstall ([#214](https://github.com/williamboman/mason-lspconfig.nvim/issues/214)) ([3911807](https://github.com/williamboman/mason-lspconfig.nvim/commit/391180785e066c662440f1fde3f9eec336f18782)) + ## [1.1.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.0.1...v1.1.0) (2023-04-25) diff --git a/README.md b/README.md index e98cd9d..c18dd2f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ :help mason-lspconfig.nvim

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

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