From 286ad481006df5b23efb5e12787b3b1af5bbca21 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 16 Oct 2024 20:11:45 +0200 Subject: [PATCH] Bumped to version 4.7.0 (#167) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ed8df..ea8012f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Release Notes +### 4.7.0 +_Feature_ +- it is now possible to use the ${env:VARIBALE} syntax in all configuration properties of the extension + ### 4.6.2 _Bugfix_ - fixed endless loop of cleartool command in case of an error diff --git a/package.json b/package.json index f148855..e5fde98 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.2", + "version": "4.7.0", "publisher": "OpenNingia", "license": "MIT", "repository": {