From ae3028a99fa8d4d1456e06c7c1158e66ae85aa7e Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Thu, 10 Feb 2022 16:21:33 +0100 Subject: [PATCH] 0.36.1 (#3313) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 553a9d5bf..deae7a9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 78a3f7e7a..2b8ec6079 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "tokenInformation", "commentTimestamp" ], - "version": "0.36.0", + "version": "0.36.1", "publisher": "GitHub", "engines": { "vscode": "^1.64.0"