From c202c560cb785af668215e620f400ca3827cb1b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Apr 2018 10:54:41 +0000 Subject: [PATCH] chore(release): 0.18.0 [skip ci] # [0.18.0](https://github.com/DEgITx/rats-search/compare/v0.17.1...v0.18.0) (2018-04-07) ### Bug Fixes * **server:** little makeup for server version ([99115f9](https://github.com/DEgITx/rats-search/commit/99115f9)) * **server:** restored server messages ([e9da8db](https://github.com/DEgITx/rats-search/commit/e9da8db)) ### Features * **p2p:** random peer exchange ([c2a0933](https://github.com/DEgITx/rats-search/commit/c2a0933)) * **search:** show current request with text [#23](https://github.com/DEgITx/rats-search/issues/23) ([e3ab4d4](https://github.com/DEgITx/rats-search/commit/e3ab4d4)) * **server:** seperate server part and ability to run server without electron ([3246d15](https://github.com/DEgITx/rats-search/commit/3246d15)) * **web:** web version available again ([bfbc660](https://github.com/DEgITx/rats-search/commit/bfbc660)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b598223..7c2107e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.18.0](https://github.com/DEgITx/rats-search/compare/v0.17.1...v0.18.0) (2018-04-07) + + +### Bug Fixes + +* **server:** little makeup for server version ([99115f9](https://github.com/DEgITx/rats-search/commit/99115f9)) +* **server:** restored server messages ([e9da8db](https://github.com/DEgITx/rats-search/commit/e9da8db)) + + +### Features + +* **p2p:** random peer exchange ([c2a0933](https://github.com/DEgITx/rats-search/commit/c2a0933)) +* **search:** show current request with text [#23](https://github.com/DEgITx/rats-search/issues/23) ([e3ab4d4](https://github.com/DEgITx/rats-search/commit/e3ab4d4)) +* **server:** seperate server part and ability to run server without electron ([3246d15](https://github.com/DEgITx/rats-search/commit/3246d15)) +* **web:** web version available again ([bfbc660](https://github.com/DEgITx/rats-search/commit/bfbc660)) + ## [0.17.1](https://github.com/DEgITx/rats-search/compare/v0.17.0...v0.17.1) (2018-04-04) diff --git a/package.json b/package.json index cc7a904..a48b24c 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.17.1", + "version": "0.18.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",