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"