File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11local M = {}
22
3- M .VERSION = " v2.1 .0" -- x-release-please-version
3+ M .VERSION = " v2.2 .0" -- x-release-please-version
44M .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
66M .PATCH_VERSION = 0 -- x-release-please-patch
77
88return M
You can’t perform that action at this time.
0 commit comments