diff --git a/CHANGELOG.md b/CHANGELOG.md index b1bcaddb..57ff289b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. See [standa ### Features -* deprecate inspectDat until it's in better shape ([26eef7f](https://github.com/datproject/dat-desktop/commit/26eef7f0d12031df026dc26695cbded67406ee45)) +* Remove inspectDat until it's in better shape ([26eef7f](https://github.com/datproject/dat-desktop/commit/26eef7f0d12031df026dc26695cbded67406ee45)) ### Bug Fixes diff --git a/package.json b/package.json index 354ba31e..0870e54c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dat-desktop", "productName": "Dat Desktop", - "version": "3.0.0-beta", + "version": "2.1.0", "license": "MIT", "repository": "datproject/dat-desktop", "description": "Peer to peer data sharing app built for humans.", @@ -31,7 +31,8 @@ "dist": "npm run build:prod && npm run dist:os", "dist:os": "build --x64 --ia32", "dist:all": "npm run dist:os -- --linux --mac --win", - "dist:publish": "npm run dist -- --publish onTagOrDraft" + "dist:publish": "npm run dist -- --publish onTagOrDraft", + "release": "standard-version" }, "standard": { "ignore": [