From 9be6aa06688b0deaaa24cfda0f2b0c81c87aa793 Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Wed, 6 Oct 2021 23:38:40 +0200 Subject: [PATCH] v1.23.1 --- CHANGELOG.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aac3e2..02d4e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -## Unreleased +## v1.23.1 (2021-10-06) ### Hotfix -- Fix the issue with failing home detecting for `csh`/`tcsh` shells (#295) +- Fix the issue with failing home detecting for `csh`/`tcsh` shells (7605237, #295) ### Development changes -- More improvements in logging, especially regarding async stack tracing +- More improvements in logging, especially regarding async stack tracing (e326a16) - Properly "set boundaries", detect/analyze and log `toPromise`/`catchingPromise` calls ## v1.23.0 (2021-10-02) diff --git a/package.json b/package.json index ab5430f..2261168 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "SSH FS", "description": "File system, terminal and task provider using SSH", "publisher": "Kelvin", - "version": "1.23.0", + "version": "1.23.1", "engines": { "vscode": "^1.49.0" },