diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-08-20 11:52:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-20 11:52:33 +0200 |
| commit | 2997f467881ac4faa6f8c5e7065e3a672297c8ad (patch) | |
| tree | 51c7a6590c8721c999517810d4d2842b55a183d9 | |
| parent | feat: add jq-lsp mapping (#266) (diff) | |
| download | mason-lspconfig-1.13.0.tar mason-lspconfig-1.13.0.tar.gz mason-lspconfig-1.13.0.tar.bz2 mason-lspconfig-1.13.0.tar.lz mason-lspconfig-1.13.0.tar.xz mason-lspconfig-1.13.0.tar.zst mason-lspconfig-1.13.0.zip | |
chore(main): release 1.13.0 (#267)v1.13.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 15cc71b..0db442c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.12.0...v1.13.0) (2023-08-20) + + +### Features + +* add jq-lsp mapping ([#266](https://github.com/williamboman/mason-lspconfig.nvim/issues/266)) ([b2f6258](https://github.com/williamboman/mason-lspconfig.nvim/commit/b2f62581715162cdc379a46cdce51d015c6cd1f2)) + ## [1.12.0](https://github.com/williamboman/mason-lspconfig.nvim/compare/v1.11.0...v1.12.0) (2023-07-21) @@ -16,7 +16,7 @@ <code>:help mason-lspconfig.nvim</code> </p> <p align="center"> - <sup>Latest version: v1.12.0</sup> <!-- x-release-please-version --> + <sup>Latest version: v1.13.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 1d6273c..258f892 100644 --- a/lua/mason-lspconfig/version.lua +++ b/lua/mason-lspconfig/version.lua @@ -1,8 +1,8 @@ local M = {} -M.VERSION = "v1.12.0" -- x-release-please-version +M.VERSION = "v1.13.0" -- x-release-please-version M.MAJOR_VERSION = 1 -- x-release-please-major -M.MINOR_VERSION = 12 -- x-release-please-minor +M.MINOR_VERSION = 13 -- x-release-please-minor M.PATCH_VERSION = 0 -- x-release-please-patch return M |
