From d6ce3d11c5adf1284bc5833eda53ea5e9794fd81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Feb 2018 22:51:41 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] # [0.3.0](https://github.com/DEgITx/rats-search/compare/v0.2.0...v0.3.0) (2018-02-05) ### Bug Fixes * **config:** fixed saving configuration on develop builds ([b640bd4](https://github.com/DEgITx/rats-search/commit/b640bd4)) * **feed:** disabled fake torrents for desktop ([101c1b6](https://github.com/DEgITx/rats-search/commit/101c1b6)) ### Features * **changelog:** changelog inside application ([988d714](https://github.com/DEgITx/rats-search/commit/988d714)) * **config:** database place path ([8d58a7f](https://github.com/DEgITx/rats-search/commit/8d58a7f)) * **config:** message when settings saved ([6b793aa](https://github.com/DEgITx/rats-search/commit/6b793aa)) * **config:** new settings for application (port, cpu usage eth.) ([6b5ee01](https://github.com/DEgITx/rats-search/commit/6b5ee01)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89bba0..80ff850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.3.0](https://github.com/DEgITx/rats-search/compare/v0.2.0...v0.3.0) (2018-02-05) + + +### Bug Fixes + +* **config:** fixed saving configuration on develop builds ([b640bd4](https://github.com/DEgITx/rats-search/commit/b640bd4)) +* **feed:** disabled fake torrents for desktop ([101c1b6](https://github.com/DEgITx/rats-search/commit/101c1b6)) + + +### Features + +* **changelog:** changelog inside application ([988d714](https://github.com/DEgITx/rats-search/commit/988d714)) +* **config:** database place path ([8d58a7f](https://github.com/DEgITx/rats-search/commit/8d58a7f)) +* **config:** message when settings saved ([6b793aa](https://github.com/DEgITx/rats-search/commit/6b793aa)) +* **config:** new settings for application (port, cpu usage eth.) ([6b5ee01](https://github.com/DEgITx/rats-search/commit/6b5ee01)) + # [0.2.0](https://github.com/DEgITx/rats-search/compare/v0.1.0...v0.2.0) (2018-02-04) diff --git a/package.json b/package.json index 6a13490..c2edc86 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.2.0", + "version": "0.3.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",