Skip to content

Commit

Permalink
Bumped to version 4.6.1 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
fr43nk authored Sep 3, 2024
1 parent f428e19 commit 8b9fec9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.6.1
_Bugfix_
- fixed synchrous command execution. Clearcase commands did block each other.

### 4.6.0
_Feature_
- activate automatic detection of wsl environment `vscode-clearcase.wsl.detectEnvironment`
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "4.6.1",
"publisher": "OpenNingia",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -681,4 +681,4 @@
"tmp": "^0.2.1",
"vscode-nls": "^5.2.0"
}
}
}

0 comments on commit 8b9fec9

Please sign in to comment.