Skip to content

Commit 5dded78

Browse files
authored
0.78.1 (#5552)
1 parent a185ec3 commit 5dded78

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.78.1
4+
5+
### Fixes
6+
7+
- Files changed doesn't properly reflect changes against non base branch. https://github.com/microsoft/vscode-pull-request-github/issues/5545
8+
- Cannot review PRs with 0.78.0 / VSCode 1.85.0, "GraphQL error: Field 'mergeQueueEntry' doesn't exist. https://github.com/microsoft/vscode-pull-request-github/issues/5544
9+
310
## 0.78.0
411

512
### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"readonlyMessage",
2525
"treeViewMarkdownMessage"
2626
],
27-
"version": "0.78.0",
27+
"version": "0.78.1",
2828
"publisher": "GitHub",
2929
"engines": {
3030
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)