From b0f5bb866b8002a04387a9a20edb2b3ef2cc5f48 Mon Sep 17 00:00:00 2001 From: Alex Ross <38270282+alexr00@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:21:26 +0100 Subject: [PATCH] 0.104.1 (#6660) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4fb7692f1..cfee475d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.104.1 + +### Fixes + +- Suggest a fix with Copilot results in an error Tool copilot_codebase was not contributed. https://github.com/microsoft/vscode-pull-request-github/issues/6632 + ## 0.104.0 ### Changes diff --git a/package.json b/package.json index fef45bb483..d383f96f4e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "tokenInformation", "treeViewMarkdownMessage" ], - "version": "0.104.0", + "version": "0.104.1", "publisher": "GitHub", "engines": { "vscode": "^1.97.0"