From e3bb3575cf10483a3817b36e11d28f98b8002857 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Jan 2019 20:52:13 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/DEgITx/rats-search/compare/v1.1.2...v1.1.3) (2019-01-31) ### Bug Fixes * **test:** less agressive start timeout ([badfd21](https://github.com/DEgITx/rats-search/commit/badfd21)) * **updater:** linux update format was broken ([116cbd7](https://github.com/DEgITx/rats-search/commit/116cbd7)) ### Performance Improvements * **memory:** fix memory leak on gui size ([d0d02cd](https://github.com/DEgITx/rats-search/commit/d0d02cd)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad0d58..50cc8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.1.3](https://github.com/DEgITx/rats-search/compare/v1.1.2...v1.1.3) (2019-01-31) + + +### Bug Fixes + +* **test:** less agressive start timeout ([badfd21](https://github.com/DEgITx/rats-search/commit/badfd21)) +* **updater:** linux update format was broken ([116cbd7](https://github.com/DEgITx/rats-search/commit/116cbd7)) + + +### Performance Improvements + +* **memory:** fix memory leak on gui size ([d0d02cd](https://github.com/DEgITx/rats-search/commit/d0d02cd)) + ## [1.1.2](https://github.com/DEgITx/rats-search/compare/v1.1.1...v1.1.2) (2019-01-28) diff --git a/package.json b/package.json index 7ad6392..6ff6f8e 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.2", + "version": "1.1.3", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",