diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5d87230f..08a6ef37a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.34.2 + +### Fixes + +- Being on a branch with a PR replaces my active editor. https://github.com/microsoft/vscode-pull-request-github/issues/3194 + ## 0.34.1 ### Fixes diff --git a/package.json b/package.json index b36dd4e206..01642adf85 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "enabledApiProposals": [ "tokenInformation" ], - "version": "0.34.1", + "version": "0.34.2", "publisher": "GitHub", "engines": { "vscode": "^1.63.0"