Skip to content

Commit

Permalink
0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Sep 15, 2017
1 parent 333957c commit b9e21a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "GitHub Desktop",
"bundleID": "com.github.GitHubClient",
"companyName": "GitHub, Inc.",
"version": "1.0.0-beta2",
"version": "0.9.1",
"main": "./main.js",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"releases": {
"0.9.1": [
"[New] Allow users to create repositories with descriptions - #2719. Thanks @davidcelis!",
"[New] Use `lfs clone` for faster cloning of LFS repositories - #2679",
"[Improved] Prompt to override existing LFS filters - #2693",
"[Fixed] Don't install LFS hooks when checking if a repo uses LFS - #2732",
"[Fixed] Ensure nothing is staged as part of undoing the first commit - #2656",
"[Fixed] \"Clone with Desktop\" wouldn't include the repository name in the path - #2704"
],
"1.0.0-beta2": [
"[New] Allow users to create repositories with descriptions - #2719. Thanks @davidcelis!",
"[New] Use `lfs clone` for faster cloning of LFS repositories - #2679",
Expand Down

0 comments on commit b9e21a1

Please sign in to comment.