From c28bf4fa5a62e25c2ef486d9283572f9e5a3f569 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Feb 2018 12:07:57 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/DEgITx/rats-search/compare/v0.4.0...v0.5.0) (2018-02-11) ### Bug Fixes * **autoupdate:** fix error on downloading updater ([023bb97](https://github.com/DEgITx/rats-search/commit/023bb97)) ### Features * **autoupdate:** autoupdate on statup ([b308bb5](https://github.com/DEgITx/rats-search/commit/b308bb5)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05bf9f7..f0fd046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [0.5.0](https://github.com/DEgITx/rats-search/compare/v0.4.0...v0.5.0) (2018-02-11) + + +### Bug Fixes + +* **autoupdate:** fix error on downloading updater ([023bb97](https://github.com/DEgITx/rats-search/commit/023bb97)) + + +### Features + +* **autoupdate:** autoupdate on statup ([b308bb5](https://github.com/DEgITx/rats-search/commit/b308bb5)) + # [0.4.0](https://github.com/DEgITx/rats-search/compare/v0.3.1...v0.4.0) (2018-02-10) diff --git a/package.json b/package.json index 9cf53d9..8037881 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rats-search", "productName": "Rats on The Boat", "description": "P2P BitTorrent search engine", - "version": "0.4.0", + "version": "0.5.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk", @@ -30,10 +30,10 @@ "buildResources": "resources" }, "nsis": { - "artifactName": "Rats.on.The.Boat-${version}.${ext}" + "artifactName": "Rats.on.The.Boat-${version}.${ext}" }, "dmg": { - "artifactName": "Rats.on.The.Boat-${version}.${ext}" + "artifactName": "Rats.on.The.Boat-${version}.${ext}" }, "publish": { "provider": "github"