From 89cdbc8ec2ba2b2da425a783c6e3443ca03b0ced Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 31 Mar 2019 18:33:05 +0300 Subject: [PATCH 1/2] release --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index f08c082..9fd759b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,3 @@ node.exe /app/app.js /app/background.js /app/**/*.map - From 75ef302f8ae828e3c9d23485d23dc60c94974ab4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 31 Mar 2019 15:49:45 +0000 Subject: [PATCH 2/2] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/DEgITx/rats-search/compare/v1.1.4...v1.2.0) (2019-03-31) ### Bug Fixes * **p2p:** additional check of dublicated peers ([11ff3d0](https://github.com/DEgITx/rats-search/commit/11ff3d0)) ### Features * **p2p:** replaced old ssh relay to new relay mechanism (improved p2p network stablity over NAT). ([ae15f59](https://github.com/DEgITx/rats-search/commit/ae15f59)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9268e48..9f3c2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/DEgITx/rats-search/compare/v1.1.4...v1.2.0) (2019-03-31) + + +### Bug Fixes + +* **p2p:** additional check of dublicated peers ([11ff3d0](https://github.com/DEgITx/rats-search/commit/11ff3d0)) + + +### Features + +* **p2p:** replaced old ssh relay to new relay mechanism (improved p2p network stablity over NAT). ([ae15f59](https://github.com/DEgITx/rats-search/commit/ae15f59)) + ## [1.1.4](https://github.com/DEgITx/rats-search/compare/v1.1.3...v1.1.4) (2019-02-19) diff --git a/package.json b/package.json index 0630ee3..ea2831b 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": "1.1.4", + "version": "1.2.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",