From 0e33d95543ce83034954a5a9ded1315cdef70096 Mon Sep 17 00:00:00 2001 From: Julian Valentin Date: Thu, 2 Jul 2020 21:16:04 +0200 Subject: [PATCH] Bump to 6.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e9b5c6..3a56d60f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.0.1 — “The Freeze Paradox” (July 2, 2020) + +- Fix freezes when checking German text by working around [languagetool-org/languagetool#3181](https://github.com/languagetool-org/languagetool/issues/3181) introduced by LanguageTool 5.0 (fixes [#68](https://github.com/valentjn/vscode-ltex/issues/68)) + ## 6.0.0 — “The Internationalization Proposition” (June 28, 2020) - Update LanguageTool to 5.0 (see [LT 5.0 release notes](https://github.com/languagetool-org/languagetool/blob/v5.0/languagetool-standalone/CHANGES.md#50-2020-06-27)) diff --git a/package.json b/package.json index 9169eb93..24b7c818 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-ltex", "displayName": "LTeX", - "version": "6.0.0", + "version": "6.0.1", "description": "LanguageTool grammar checking with LaTeX support", "icon": "img/logo-ltex.png", "author": "Julian Valentin",