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"