From 11fd584c3943369cfe467e20b2df58f44f27034a Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Thu, 9 Jun 2022 16:32:32 +0200 Subject: [PATCH] Bump changelog and version to 3.0.2 --- 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 6db9a3e314d..8a11ea27a52 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.1", + "version": "3.0.2", "main": "./main.js", "repository": { "type": "git", diff --git a/changelog.json b/changelog.json index d4678086038..4903f7c1071 100644 --- a/changelog.json +++ b/changelog.json @@ -1,5 +1,9 @@ { "releases": { + "3.0.2": [ + "[Fixed] Fix crash launching the app on macOS High Sierra - #14712", + "[Fixed] Terminate all GitHub Desktop processes on Windows when the app is closed - #14733. Thanks @tsvetilian-ty!" + ], "3.0.1": [ "[Added] Add support for PyCharm Community Edition on Windows - #14411. Thanks @tsvetilian-ty!", "[Added] Add support for highlighting .mjs/.cjs/.mts/.cts files as JavaScript/TypeScript - #14481. Thanks @j-f1!",