Skip to content

Commit

Permalink
0.36.1 (#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Feb 10, 2022
1 parent 01b5fdd commit ae3028a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.36.1

### Fixes

- After making a change to a PR that was made on a fork the "Files" tree is empty. https://github.com/microsoft/vscode-pull-request-github/issues/3294
- Commenting ranges often don't show when using github.dev or vscode.dev. https://github.com/microsoft/vscode-pull-request-github/issues/3306

## 0.36.0

### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tokenInformation",
"commentTimestamp"
],
"version": "0.36.0",
"version": "0.36.1",
"publisher": "GitHub",
"engines": {
"vscode": "^1.64.0"
Expand Down

0 comments on commit ae3028a

Please sign in to comment.