From 1aaf320296046bfa3180f46984635e58b85c86f8 Mon Sep 17 00:00:00 2001 From: Julian Valentin Date: Fri, 29 Jan 2021 20:04:46 +0100 Subject: [PATCH] Bump to 9.2.0 --- CHANGELOG.md | 2 +- ltexls-core/pom.xml | 2 +- ltexls-languagetool-patch/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a08fa34..eee741f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ # Changelog -## 9.2.0 (upcoming) +## 9.2.0 (January 29, 2021) - Add support for Pandoc-style inline math (`$...$`) and display math (`$$...$$` with the `$$` being at the beginning/end of a Markdown block) to Markdown parser (fixes [vscode-ltex#210](https://github.com/valentjn/vscode-ltex/issues/210)) - Fix false positives for words added by `Add to dictionary` for Slovak rule IDs `MUZSKY_ROD_NEZIV_A`, `ZENSKY_ROD_A`, and `STREDNY_ROD_A` (fixes [vscode-ltex#221](https://github.com/valentjn/vscode-ltex/issues/221)) diff --git a/ltexls-core/pom.xml b/ltexls-core/pom.xml index 08cc042d..12619a99 100644 --- a/ltexls-core/pom.xml +++ b/ltexls-core/pom.xml @@ -17,7 +17,7 @@ org.bsplines ltexls - 9.1.0 + 9.2.0 diff --git a/ltexls-languagetool-patch/pom.xml b/ltexls-languagetool-patch/pom.xml index 0749de01..4476f699 100644 --- a/ltexls-languagetool-patch/pom.xml +++ b/ltexls-languagetool-patch/pom.xml @@ -14,7 +14,7 @@ org.bsplines ltexls - 9.1.0 + 9.2.0 diff --git a/pom.xml b/pom.xml index 5fd0891e..061a132c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ 4.0.0 org.bsplines ltexls - 9.1.0 + 9.2.0 pom 11