From 08ccf0910523076e987d45936f1552797f57420a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Feb 2018 11:54:41 +0000 Subject: [PATCH] chore(release): 0.6.0 [skip ci] # [0.6.0](https://github.com/DEgITx/rats-search/compare/v0.5.0...v0.6.0) (2018-02-12) ### Bug Fixes * **macos:** fix updates on Mac OS X ([91e4f93](https://github.com/DEgITx/rats-search/commit/91e4f93)) * **macos:** normal icon ([d138c85](https://github.com/DEgITx/rats-search/commit/d138c85)) * **windows:** start fix in some cases (possible win7 fix) ([45c408f](https://github.com/DEgITx/rats-search/commit/45c408f)) ### Features * **app:** allow run only single application at same time ([e942c03](https://github.com/DEgITx/rats-search/commit/e942c03)) * **log:** log autoupdate info ([1e5392d](https://github.com/DEgITx/rats-search/commit/1e5392d)) * **log:** system information ([023d33f](https://github.com/DEgITx/rats-search/commit/023d33f)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fd046..7341bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.6.0](https://github.com/DEgITx/rats-search/compare/v0.5.0...v0.6.0) (2018-02-12) + + +### Bug Fixes + +* **macos:** fix updates on Mac OS X ([91e4f93](https://github.com/DEgITx/rats-search/commit/91e4f93)) +* **macos:** normal icon ([d138c85](https://github.com/DEgITx/rats-search/commit/d138c85)) +* **windows:** start fix in some cases (possible win7 fix) ([45c408f](https://github.com/DEgITx/rats-search/commit/45c408f)) + + +### Features + +* **app:** allow run only single application at same time ([e942c03](https://github.com/DEgITx/rats-search/commit/e942c03)) +* **log:** log autoupdate info ([1e5392d](https://github.com/DEgITx/rats-search/commit/1e5392d)) +* **log:** system information ([023d33f](https://github.com/DEgITx/rats-search/commit/023d33f)) + # [0.5.0](https://github.com/DEgITx/rats-search/compare/v0.4.0...v0.5.0) (2018-02-11) diff --git a/package.json b/package.json index 17c9d00..3e313e4 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.5.0", + "version": "0.6.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",