From 94f49209e32c05bba47e08325a333436259700a7 Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Mon, 29 Aug 2022 16:31:07 +0200 Subject: [PATCH 1/2] Bump changelog and version to 3.0.7-beta1 --- 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 9ca07a71f6..ef0ebec3fd 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.0.6", + "version": "3.0.7-beta1", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index d998116cef..6e90d90973 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,10 @@ { "releases": { + "3.0.7-beta1": [ + "[Added] Add Emacs integration for macOS - #15130. Thanks @zipperer!", + "[Fixed] Do not show login prompt when repositories are fetched - #15163", + "[Improved] On Apple silicon devices running unoptimized builds, auto-update on first run to an optimized build - #14998" + ], "3.0.6": [ "[Added] Add Warp terminal integration for macOS - #14329. Thanks @lhvy!", "[Added] Add context menu to the Current Branch and Current Repository toolbar - #13148. Thanks @uttiya10!", From f66dc35d061660073aacb81634a9930bdddd6756 Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Mon, 29 Aug 2022 18:19:08 +0200 Subject: [PATCH 2/2] Remove incorrect line from changelog --- changelog.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.json b/changelog.json index 6e90d90973..eb4e4e137c 100644 --- a/changelog.json +++ b/changelog.json @@ -2,8 +2,7 @@ "releases": { "3.0.7-beta1": [ "[Added] Add Emacs integration for macOS - #15130. Thanks @zipperer!", - "[Fixed] Do not show login prompt when repositories are fetched - #15163", - "[Improved] On Apple silicon devices running unoptimized builds, auto-update on first run to an optimized build - #14998" + "[Fixed] Do not show login prompt when repositories are fetched - #15163" ], "3.0.6": [ "[Added] Add Warp terminal integration for macOS - #14329. Thanks @lhvy!",