From 51b96e2d6828fb8340f41687d2daf91b5fa239c0 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Thu, 7 Jun 2018 18:28:43 +0200 Subject: [PATCH] Bump changelog and version for production release --- app/package.json | 2 +- changelog.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index f3ffcaeb35c..631276455c8 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.2.3-beta1", + "version": "1.2.3", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index 6362ef5d7ca..5496f0ac253 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,9 @@ { "releases": { + "1.2.3": [ + "[Fixed] No autocomplete when searching for co-authors - #4847", + "[Fixed] Error when checking out a PR from a fork - #4842" + ], "1.2.3-beta1": [ "[Fixed] No autocomplete when searching for co-authors - #4847", "[Fixed] Error when checking out a PR from a fork - #4842"