From 89a51ce5926a28b1c1881f8c484ee1726eccbb1b Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 30 Jul 2018 18:08:09 -0300 Subject: [PATCH] add changelog for beta release --- app/package.json | 2 +- changelog.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index b7b56b25650..32698840819 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "GitHub Desktop", "bundleID": "com.github.GitHubClient", "companyName": "GitHub, Inc.", - "version": "1.3.1-beta0", + "version": "1.3.1-beta1", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index c92fed4aced..e843f4ba2b9 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,8 @@ { "releases": { + "1.3.1-beta1": [ + "[Fixed] Background Git operations on missing repositories are not handled as expected - #5282" + ], "1.3.1-beta0": [ "[New] Notification displayed in History tab when the base branch moves ahead of the current branch - #4768", "[New] Repository list displays uncommitted changes count and ahead/behind information - #2259 #5095",