Bump changelog and version to 3.0.2-beta4

This commit is contained in:
Sergio Padrino 2022-06-07 16:40:44 +02:00
parent d44e913cbf
commit eb9f304bff
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1,5 +1,10 @@
{
"releases": {
"3.0.2-beta4": [
"[Improved] Add support for SSH password prompts when accessing repositories - #14676",
"[Fixed] Fix Markdown syntax highlighting - #14710",
"[Fixed] Fix issue with some repositories not being properly persisted - #14748"
],
"3.0.2-beta3": [
"[Fixed] Terminate all GitHub Desktop processes on Windows when the app is closed - #14733. Thanks @tsvetilian-ty!"
],