diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-12-21 23:54:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 23:54:33 +0100 |
| commit | 56e435e09f8729af2d41973e81a0db440f8fe9c9 (patch) | |
| tree | 47b3638eb817572e1fc1af969aa85254972d44e0 | |
| parent | feat: add snyk-ls server mapping (#342) (diff) | |
| download | mason-lspconfig-1.26.0.tar mason-lspconfig-1.26.0.tar.gz mason-lspconfig-1.26.0.tar.bz2 mason-lspconfig-1.26.0.tar.lz mason-lspconfig-1.26.0.tar.xz mason-lspconfig-1.26.0.tar.zst mason-lspconfig-1.26.0.zip | |
chore(main): release 1.26.0 (#337)v1.26.0
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lua/mason-lspconfig/version.lua | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4124621..35614f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.26.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.25.0...v1.26.0) (2023-12-21) + + +### Features + +* add hdl_checker ([#336](https://github.com/williamboman/mason-lspconfig.nvim/issues/336)) ([9453e3d](https://github.com/williamboman/mason-lspconfig.nvim/commit/9453e3d6cd2ca45d96e20f343e8f1b927364b630)) +* add snyk-ls server mapping ([#342](https://github.com/williamboman/mason-lspconfig.nvim/issues/342)) ([ef713a5](https://github.com/williamboman/mason-lspconfig.nvim/commit/ef713a5b91ea922aa8ad630dfb854ae19cc2845c)) + ## [1.25.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.24.0...v1.25.0) (2023-12-01) @@ -16,7 +16,7 @@ <code>:help mason-lspconfig.nvim</code> </p> <p align="center"> - <sup>Latest version: v1.25.0</sup> <!-- x-release-please-version --> + <sup>Latest version: v1.26.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 90fdd2f..23e3b15 100644 --- a/lua/mason-lspconfig/version.lua +++ b/lua/mason-lspconfig/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.25.0" -- x-release-please-version +M.VERSION = "v1.26.0" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major -M.MINOR_VERSION = 25 -- x-release-please-minor +M.MINOR_VERSION = 26 -- x-release-please-minor M.PATCH_VERSION = 0 -- x-release-please-patch return M |
