From 0c23339a3490e0bdc9ef638dbf7cbb0f53b51a6a Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Wed, 20 Mar 2024 12:41:23 +0100 Subject: [PATCH] 0.82.1 (#5853) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda53a9ecf..d2f6b94461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.82.1 + +### Fixes + +- Failed to execute git thrown when attempting to view PR Description in "GitHub" tab. https://github.com/microsoft/vscode-pull-request-github/issues/5744 + ## 0.82.0 ### Changes diff --git a/package.json b/package.json index 31186264ec..eed906ef2a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "tabInputTextMerge", "treeViewMarkdownMessage" ], - "version": "0.82.0", + "version": "0.82.1", "publisher": "GitHub", "engines": { "vscode": "^1.87.0"