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))
This commit is contained in:
semantic-release-bot 2019-03-31 15:49:45 +00:00
parent 89cdbc8ec2
commit 75ef302f8a
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -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 <degitx@gmail.com>",
"copyright": "Copyright © 2018 Alexey Kasyanchuk",