From 044a227874277b33ebb9bdcbb4c4feef25cda7de Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 22 Jul 2022 12:29:27 +0200 Subject: [PATCH] Bumped to version 4.0.1 (#104) Bumped to version 4.0.1 --- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c126539..c768edd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,4 +26,4 @@ jobs: if: success() && startsWith(github.ref, 'refs/tags/') run: npm run deploy env: - VSCE_PAT: ${{ secrets.VSCE_PAT }} \ No newline at end of file + VSCE_PAT: ${{ secrets.VSCE_PAT }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b635c..4455606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Release Notes +### 4.0.1 +* fixed syntax highlighting in configspec file (thanks to @jsinger67) +* fixed typo in package.json + ### 4.0.0 * added support for remote cleartool client (thanks to @bw1faeh0) - New configuration parameters are available diff --git a/package.json b/package.json index c8d4735..e889b18 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.0.0", + "version": "4.0.1", "publisher": "OpenNingia", "license": "MIT", "repository": {