diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ff289b..b6a9e4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,11 @@ 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. -## [2.1.0](https://github.com/datproject/dat-desktop/compare/v3.0.0-beta...v2.1.0) (2020-02-18) - +## [3.0.0](https://github.com/datproject/dat-desktop/compare/v2.1.0...v3.0.0) (2020-02-18) ### Features -* Remove inspectDat until it's in better shape ([26eef7f](https://github.com/datproject/dat-desktop/commit/26eef7f0d12031df026dc26695cbded67406ee45)) - +* Windows builds! ### Bug Fixes diff --git a/package.json b/package.json index 0870e54c..53389dcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dat-desktop", "productName": "Dat Desktop", - "version": "2.1.0", + "version": "3.0.0", "license": "MIT", "repository": "datproject/dat-desktop", "description": "Peer to peer data sharing app built for humans.",