From c995ef385ef4760077c24425c33d94b43934ba3b Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Mon, 25 Jul 2022 12:14:52 +0200 Subject: [PATCH] 0.46.1 (#3757) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"