From 097c54be17cc02a10fc9b5b7b3db09998566c18e Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Fri, 15 Jan 2021 12:13:36 +0100 Subject: [PATCH] Bump version and initial changelog --- app/package.json | 2 +- changelog.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 55a1edb9dc..4a0c882d65 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "2.6.2-beta3", + "version": "2.6.2-beta4", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 148bdd970b..f18ec074b1 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,6 @@ { "releases": { - "2.6.2-beta3": [ + "2.6.2-beta4": [ "[Improved] Show full output of Git hooks on errors - #6403", "[Improved] Keep focus in dropdown when pressing tab multiple times - #11278", "[Improved] Upgrade embedded Git LFS to 2.13.2 - #11394", @@ -8,6 +8,7 @@ "[Fixed] Fork behavior changes are now reflected in the app immediately - #11327", "[Fixed] Commit message remains in text box until user chooses to commit - #7251" ], + "2.6.2-beta3": ["[Removed] Release removed in favor of 2.6.2-beta4"], "2.6.2-beta2": [ "[Fixed] Forked repository remotes are no longer removed when there's local branches tracking them - #11266", "[Fixed] Avoid bright flash for users of the dark theme when launching the app maximized - #5631. Thanks @AndreiMaga!",