From 9cb8f7f2a0c45d82db7a0841b76a7edca646b41b Mon Sep 17 00:00:00 2001 From: Karissa McKelvey <633012+okdistribute@users.noreply.github.com> Date: Mon, 17 Feb 2020 22:20:47 -0800 Subject: [PATCH] chore(release): 3.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a9e4a5..4d12d729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [3.0.1](https://github.com/datproject/dat-desktop/compare/v3.0.0...v3.0.1) (2020-02-18) + + +### Bug Fixes + +* Fix a bug where sometimes download dir wouldn't exist and crash ([7e1f2a7](https://github.com/datproject/dat-desktop/commit/7e1f2a741c708772500a505e7f21b76456af1c92)) +* Should no longer crash on startup for Mac. ([1bd0436](https://github.com/datproject/dat-desktop/commit/1bd043692129fe2436c15b8f6d2371bd9ea6f8bc)) +* When downloading a dat, ensure Download button is visible. ([4a573ed](https://github.com/datproject/dat-desktop/commit/4a573ed385d7f3df7ac5f4f687f4e9db40397556)) + ## [3.0.0](https://github.com/datproject/dat-desktop/compare/v2.1.0...v3.0.0) (2020-02-18) ### Features diff --git a/package.json b/package.json index bbb0545a..6ed1bccc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dat-desktop", "productName": "Dat Desktop", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "repository": "datproject/dat-desktop", "description": "Peer to peer data sharing app built for humans.",