diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-09-09 16:47:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-09 16:47:21 +0200 |
| commit | 20fd7f50f34b59031a7c3bbc2c207f4f60037628 (patch) | |
| tree | 827025f701f399c26212499e9f8f64f5cc5ffe24 | |
| parent | feat: add `biome` (#271) (diff) | |
| download | mason-lspconfig-1.15.0.tar mason-lspconfig-1.15.0.tar.gz mason-lspconfig-1.15.0.tar.bz2 mason-lspconfig-1.15.0.tar.lz mason-lspconfig-1.15.0.tar.xz mason-lspconfig-1.15.0.tar.zst mason-lspconfig-1.15.0.zip | |
chore(main): release 1.15.0 (#272)v1.15.0
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lua/mason-lspconfig/version.lua | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f16fea..9c064f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.14.0...v1.15.0) (2023-09-09) + + +### Features + +* add `biome` ([#271](https://github.com/williamboman/mason-lspconfig.nvim/issues/271)) ([1e10ef5](https://github.com/williamboman/mason-lspconfig.nvim/commit/1e10ef512d8f7038bfbb651c894dfc8ae2521b57)) + ## [1.14.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.13.0...v1.14.0) (2023-08-27) @@ -16,7 +16,7 @@ <code>:help mason-lspconfig.nvim</code> </p> <p align="center"> - <sup>Latest version: v1.14.0</sup> <!-- x-release-please-version --> + <sup>Latest version: v1.15.0</sup> <!-- x-release-please-version --> </p> # Table of Contents diff --git a/lua/mason-lspconfig/version.lua b/lua/mason-lspconfig/version.lua index c59762a..f18d1c6 100644 --- a/lua/mason-lspconfig/version.lua +++ b/lua/mason-lspconfig/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.14.0" -- x-release-please-version +M.VERSION = "v1.15.0" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major -M.MINOR_VERSION = 14 -- x-release-please-minor +M.MINOR_VERSION = 15 -- x-release-please-minor M.PATCH_VERSION = 0 -- x-release-please-patch return M |
