From 3d6001bb094ef19ca537194da631e7032096c73a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Mar 2018 20:36:34 +0000 Subject: [PATCH] chore(release): 0.14.0 [skip ci] # [0.14.0](https://github.com/DEgITx/rats-search/compare/v0.13.0...v0.14.0) (2018-03-17) ### Bug Fixes * **p2p:** disconnect on protocol bad handshake on server side ([c6b73ee](https://github.com/DEgITx/rats-search/commit/c6b73ee)) * **portable:** fix error on renaming portable directory ([4714728](https://github.com/DEgITx/rats-search/commit/4714728)) * **ssh:** fix closing ssh on exit ([426886d](https://github.com/DEgITx/rats-search/commit/426886d)) ### Features * **menu:** new menu items (support) ([c6b28f0](https://github.com/DEgITx/rats-search/commit/c6b28f0)) * **menu:** version as menu item ([e139256](https://github.com/DEgITx/rats-search/commit/e139256)) * **p2p:** tunnels support for bad peers ([ec143d9](https://github.com/DEgITx/rats-search/commit/ec143d9)) * **ssh:** fix key store ([5b26500](https://github.com/DEgITx/rats-search/commit/5b26500)) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e11acfe..7f9485e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [0.14.0](https://github.com/DEgITx/rats-search/compare/v0.13.0...v0.14.0) (2018-03-17) + + +### Bug Fixes + +* **p2p:** disconnect on protocol bad handshake on server side ([c6b73ee](https://github.com/DEgITx/rats-search/commit/c6b73ee)) +* **portable:** fix error on renaming portable directory ([4714728](https://github.com/DEgITx/rats-search/commit/4714728)) +* **ssh:** fix closing ssh on exit ([426886d](https://github.com/DEgITx/rats-search/commit/426886d)) + + +### Features + +* **menu:** new menu items (support) ([c6b28f0](https://github.com/DEgITx/rats-search/commit/c6b28f0)) +* **menu:** version as menu item ([e139256](https://github.com/DEgITx/rats-search/commit/e139256)) +* **p2p:** tunnels support for bad peers ([ec143d9](https://github.com/DEgITx/rats-search/commit/ec143d9)) +* **ssh:** fix key store ([5b26500](https://github.com/DEgITx/rats-search/commit/5b26500)) + # [0.13.0](https://github.com/DEgITx/rats-search/compare/v0.12.0...v0.13.0) (2018-03-13) diff --git a/package.json b/package.json index dad1f0bb..3925c5c3 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.13.0", + "version": "0.14.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",