Skip to content

Commit a6ab45a

Browse files
committed
chore(main): release 2.2.0
1 parent fe66109 commit a6ab45a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/mason-org/mason-lspconfig.nvim/compare/v2.1.0...v2.2.0) (2026-01-10)
4+
5+
6+
### Features
7+
8+
* **nextflow_ls:** add cmd override for Mason compatibility ([#622](https://github.com/mason-org/mason-lspconfig.nvim/issues/622)) ([1d77bd8](https://github.com/mason-org/mason-lspconfig.nvim/commit/1d77bd86e1c3eaa777010c95dad455b83823f247))
9+
310
## [2.1.0](https://github.com/mason-org/mason-lspconfig.nvim/compare/v2.0.0...v2.1.0) (2025-07-29)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<code>:help mason-lspconfig.nvim</code>
1717
</p>
1818
<p align="center">
19-
<sup>Latest version: v2.1.0</sup> <!-- x-release-please-version -->
19+
<sup>Latest version: v2.2.0</sup> <!-- x-release-please-version -->
2020
</p>
2121

2222
## Table of Contents

lua/mason-lspconfig/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
local M = {}
22

3-
M.VERSION = "v2.1.0" -- x-release-please-version
3+
M.VERSION = "v2.2.0" -- x-release-please-version
44
M.MAJOR_VERSION = 2 -- x-release-please-major
5-
M.MINOR_VERSION = 1 -- x-release-please-minor
5+
M.MINOR_VERSION = 2 -- x-release-please-minor
66
M.PATCH_VERSION = 0 -- x-release-please-patch
77

88
return M

0 commit comments

Comments
 (0)