From 80ad766d335a43ee1e3deb42eee671e8761b1a04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Apr 2019 11:05:59 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/DEgITx/rats-search/compare/v1.2.0...v1.2.1) (2019-04-03) ### Bug Fixes * **core:** fix sometimes calc of torrents sizes ([41ebb68](https://github.com/DEgITx/rats-search/commit/41ebb68)) * **relay:** priority to relays peers ([c168903](https://github.com/DEgITx/rats-search/commit/c168903)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3c2b0..38e995b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.1](https://github.com/DEgITx/rats-search/compare/v1.2.0...v1.2.1) (2019-04-03) + + +### Bug Fixes + +* **core:** fix sometimes calc of torrents sizes ([41ebb68](https://github.com/DEgITx/rats-search/commit/41ebb68)) +* **relay:** priority to relays peers ([c168903](https://github.com/DEgITx/rats-search/commit/c168903)) + # [1.2.0](https://github.com/DEgITx/rats-search/compare/v1.1.4...v1.2.0) (2019-03-31) diff --git a/package.json b/package.json index ea2831b..d840dd2 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.2.0", + "version": "1.2.1", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",