chore(release): 0.5.0 [skip ci]

<a name="0.5.0"></a>
# [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))
This commit is contained in:
semantic-release-bot
2018-02-11 12:07:57 +00:00
parent 8acdfa3d80
commit c28bf4fa5a
2 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,16 @@
<a name="0.5.0"></a>
# [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))
<a name="0.4.0"></a> <a name="0.4.0"></a>
# [0.4.0](https://github.com/DEgITx/rats-search/compare/v0.3.1...v0.4.0) (2018-02-10) # [0.4.0](https://github.com/DEgITx/rats-search/compare/v0.3.1...v0.4.0) (2018-02-10)

View File

@ -2,7 +2,7 @@
"name": "rats-search", "name": "rats-search",
"productName": "Rats on The Boat", "productName": "Rats on The Boat",
"description": "P2P BitTorrent search engine", "description": "P2P BitTorrent search engine",
"version": "0.4.0", "version": "0.5.0",
"private": true, "private": true,
"author": "Alexey Kasyanchuk <degitx@gmail.com>", "author": "Alexey Kasyanchuk <degitx@gmail.com>",
"copyright": "Copyright © 2018 Alexey Kasyanchuk", "copyright": "Copyright © 2018 Alexey Kasyanchuk",
@ -30,10 +30,10 @@
"buildResources": "resources" "buildResources": "resources"
}, },
"nsis": { "nsis": {
"artifactName": "Rats.on.The.Boat-${version}.${ext}" "artifactName": "Rats.on.The.Boat-${version}.${ext}"
}, },
"dmg": { "dmg": {
"artifactName": "Rats.on.The.Boat-${version}.${ext}" "artifactName": "Rats.on.The.Boat-${version}.${ext}"
}, },
"publish": { "publish": {
"provider": "github" "provider": "github"