From 7daa11afd7cc206e38d02712a1d23d3ebb067ba3 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Thu, 6 Feb 2025 16:41:17 +0100 Subject: [PATCH] 0.104.0 (#6640) --- CHANGELOG.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c54fa99a..b4fb7692f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,6 @@ * [@NellyWhads (Nelly Whads)](https://github.com/NellyWhads): Remove the python language user mention exception [PR #6525](https://github.com/microsoft/vscode-pull-request-github/pull/6525) * [@Ronny-zzl (Zhang)](https://github.com/Ronny-zzl): Don't show hover cards for @-mentioned users in JSDocs in jsx and tsx files [PR #6531](https://github.com/microsoft/vscode-pull-request-github/pull/6531) - ## 0.102.0 ### Changes diff --git a/package.json b/package.json index 6c3c64074a..fef45bb483 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "tokenInformation", "treeViewMarkdownMessage" ], - "version": "0.102.0", + "version": "0.104.0", "publisher": "GitHub", "engines": { "vscode": "^1.97.0"