diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f01be662..11f3948a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.46.1 + +### Fixes + +- Unable to Sign in - TypeError: t.contains is not a function. https://github.com/microsoft/vscode-pull-request-github/issues/3692 + ## 0.46.0 ### Changes diff --git a/package.json b/package.json index f6a0b7ac54..975c2f9ed1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "tokenInformation", "commentsResolvedState" ], - "version": "0.46.0", + "version": "0.46.1", "publisher": "GitHub", "engines": { "vscode": "^1.68.0"