From 2adfef76fb5108c46dab6d765c26047c25d6b8b1 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 3 Sep 2024 13:31:03 +0200 Subject: [PATCH] Bumped to version 4.6.2 (#164) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa65643..63ed8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Release Notes +### 4.6.2 +_Bugfix_ +- fixed endless loop of cleartool command in case of an error + ### 4.6.1 _Bugfix_ - fixed synchrous command execution. Clearcase commands did block each other. diff --git a/package.json b/package.json index 51e66fc..345dda1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-clearcase", "displayName": "Unofficial ClearCase SCM Commands", "description": "Unofficial support for IBM Rational ClearCase most common commands", - "version": "4.6.1", + "version": "4.6.2", "publisher": "OpenNingia", "license": "MIT", "repository": {