From d138885ee81ac192bb8d69ea1aa30833b72be9f9 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Mon, 12 Feb 2024 11:19:23 +0100 Subject: [PATCH] 0.80.1 (#5738) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d011b8c647..c9d29c5906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.80.1 + +### Fixes + +- Suggested changes are not easily distinguishable. https://github.com/microsoft/vscode-pull-request-github/issues/5667 + ## 0.80.0 ### Changes diff --git a/package.json b/package.json index 163fc34935..2507ee3b42 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "tabInputTextMerge", "treeViewMarkdownMessage" ], - "version": "0.80.0", + "version": "0.80.1", "publisher": "GitHub", "engines": { "vscode": "^1.86.0"