Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 9cb8f7f

Browse files
committed
chore(release): 3.0.1
1 parent 7e1f2a7 commit 9cb8f7f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.0.1](https://github.com/datproject/dat-desktop/compare/v3.0.0...v3.0.1) (2020-02-18)
6+
7+
8+
### Bug Fixes
9+
10+
* Fix a bug where sometimes download dir wouldn't exist and crash ([7e1f2a7](https://github.com/datproject/dat-desktop/commit/7e1f2a741c708772500a505e7f21b76456af1c92))
11+
* Should no longer crash on startup for Mac. ([1bd0436](https://github.com/datproject/dat-desktop/commit/1bd043692129fe2436c15b8f6d2371bd9ea6f8bc))
12+
* When downloading a dat, ensure Download button is visible. ([4a573ed](https://github.com/datproject/dat-desktop/commit/4a573ed385d7f3df7ac5f4f687f4e9db40397556))
13+
514
## [3.0.0](https://github.com/datproject/dat-desktop/compare/v2.1.0...v3.0.0) (2020-02-18)
615

716
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dat-desktop",
33
"productName": "Dat Desktop",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"repository": "datproject/dat-desktop",
77
"description": "Peer to peer data sharing app built for humans.",

0 commit comments

Comments
 (0)