Skip to content

Commit 29847b9

Browse files
authored
0.120.1 (#8011)
1 parent fe75322 commit 29847b9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.120.1
4+
5+
### Fixes
6+
7+
- Extension cannot find git repo when VS Code didn't open the git root directory. https://github.com/microsoft/vscode-pull-request-github/issues/7964
8+
39
## 0.120.0
410

511
### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tokenInformation",
3838
"treeViewMarkdownMessage"
3939
],
40-
"version": "0.120.0",
40+
"version": "0.120.1",
4141
"publisher": "GitHub",
4242
"engines": {
4343
"vscode": "^1.105.0"

0 commit comments

Comments
 (0)