From 207a84c8e9b4384af793dc43d5b14529d31b05d9 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Thu, 23 May 2024 16:11:10 +0200 Subject: [PATCH] Bump --- app/package.json | 2 +- changelog.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 4c95bc3028a..1e3a35ffc14 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "3.3.19-beta1", + "version": "3.3.19-beta2", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index fe54ae12698..8e047d7ab0a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,10 @@ { "releases": { + "3.3.19-beta2": [ + "[Fixed] Support multiple accounts for remote urls that differ in path - #18676, #18651", + "[Fixed] Refreshing repository indicators will not invalidate credentials - #18622", + "[Improved] The generic git auth dialog contents are announced to users of screen readers - #18670" + ], "3.3.19-beta1": [ "[Fixed] Clear stored credentials when authentication fails on insecure http hosts - #18588" ],