From a6e85e9c64d07ee4a5787c7ccb2857a6928d43a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20=C3=85str=C3=B6m?= Date: Sat, 17 Aug 2024 11:12:10 +0200 Subject: [PATCH] Version 3.3.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a74eac..62f77a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +### 3.3.2 - 17 August 2024 + +* Second bug fix for tail mode. The previous one seemingly was not enough... Fixes #613 again... + ### 3.3.1 - 17 August 2024 * Bug fix for tail mode. It could throw an exception in some cases that was logged to the extension host. No visible problem but unnecessary nonetheless. Fixes #613. diff --git a/package.json b/package.json index afe5593..b06bd9a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "Other" ], "license": "MIT", - "version": "3.3.1", + "version": "3.3.2", "bugs": { "url": "https://github.com/emilast/vscode-logfile-highlighter/issues" },