Merge branch 'releases/2.5.4' into fix-accidental-merge-of-2.5.5-release

This commit is contained in:
Markus Olsson 2020-09-09 16:01:01 +02:00
commit 679141e658
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": "2.5.5-beta1",
"version": "2.5.5",
"main": "./main.js",
"repository": {
"type": "git",

View file

@ -1,5 +1,9 @@
{
"releases": {
"2.5.5": [
"[Fixed] Don't update submodules when discarding files - #10469",
"[Fixed] Clicking on a branch in the compare branch list resets focus to the filter text box - #10485"
],
"2.5.5-beta1": [
"[Added] Show status of GitHub Action runs for pull requests - #9819. Thanks @Raul6469!",
"[Added] Add AspNet and Diff/Patch Syntax Highlights - #10410. Thanks @say25!",