Bump version and changelog to 3.0.6-beta3

This commit is contained in:
Sergio Padrino 2022-08-22 16:30:08 +02:00
parent 4189cc8914
commit 640e69e700
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "3.0.6-beta2",
"version": "3.0.6-beta3",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,9 @@
{
"releases": {
"3.0.6-beta3": [
"[Fixed] Older versions of Sublime Text and SlickEdit are also recognized as external editors - #15117. Thanks @vbwx!",
"[Fixed] Fix commit shortcut (Ctrl/Cmd + Enter) - #14689. Thanks @tsvetilian-ty!"
],
"3.0.6-beta2": [
"[Fixed] Add PyCharm Community Edition support on macOS - #15016. Thanks @tsvetilian-ty!",
"[Fixed] Unified diff line gutter context menu items for discard changes no longer enabled when whitespace is hidden - #15003",