Skip to content

Commit 1c29c1d

Browse files
authored
0.100.2 (#6483)
1 parent ef6fd06 commit 1c29c1d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 0.100.2
4+
5+
### Fixes
6+
7+
- Can't start a review from a comment due to GraphQL error. https://github.com/microsoft/vscode-pull-request-github/issues/6467
8+
> Note: This breaks Enterprise 3.9 and earlier again.
9+
310
## 0.100.1
411

512
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tokenInformation",
3333
"treeViewMarkdownMessage"
3434
],
35-
"version": "0.100.1",
35+
"version": "0.100.2",
3636
"publisher": "GitHub",
3737
"engines": {
3838
"vscode": "^1.95.0"

0 commit comments

Comments
 (0)