Skip to content

Commit

Permalink
Bumped to version 4.0.1 (#104)
Browse files Browse the repository at this point in the history
Bumped to version 4.0.1
  • Loading branch information
fr43nk authored Jul 22, 2022
1 parent 957d5b0 commit 044a227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
if: success() && startsWith(github.ref, 'refs/tags/')
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 044a227

Please sign in to comment.