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

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Feb 18, 2020
1 parent 9ba60d5 commit 784487c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 784487c

Please sign in to comment.