From 3633618012a581d0e6df8ad000f90544f53b6a33 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Mon, 22 Jul 2019 00:34:33 +0300 Subject: [PATCH 1/2] release --- .gitignore | 1 + .travis.yml | 2 +- package.json | 7 ------- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9fd759b..f08c082 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ node.exe /app/app.js /app/background.js /app/**/*.map + diff --git a/.travis.yml b/.travis.yml index c4fa76e..6a8aa80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jobs: os: osx osx_image: xcode9.0 language: node_js - node_js: "8" + node_js: "12" cache: yarn: true diff --git a/package.json b/package.json index 1bc0d24..a81609e 100644 --- a/package.json +++ b/package.json @@ -75,13 +75,6 @@ "x64", "ia32" ] - }, - { - "target": "deb", - "arch": [ - "x64", - "ia32" - ] } ], "extraFiles": [ From 80a19dbf715daa42ede72fdab32a21d5d58ec469 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Aug 2019 07:27:54 +0000 Subject: [PATCH 2/2] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/DEgITx/rats-search/compare/v1.2.2...v1.3.0) (2019-08-02) ### Features * **app:** start app in minimized look ([138c323](https://github.com/DEgITx/rats-search/commit/138c323)) * **deps:** core update ([3538ba8](https://github.com/DEgITx/rats-search/commit/3538ba8)) * **feed:** auto-loading feed list ([4bac050](https://github.com/DEgITx/rats-search/commit/4bac050)) * **gui:** tip about torrent drops ([21f4c0b](https://github.com/DEgITx/rats-search/commit/21f4c0b)) * **log:** web/desktop log message ([0bd1940](https://github.com/DEgITx/rats-search/commit/0bd1940)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd2860..870f4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.3.0](https://github.com/DEgITx/rats-search/compare/v1.2.2...v1.3.0) (2019-08-02) + + +### Features + +* **app:** start app in minimized look ([138c323](https://github.com/DEgITx/rats-search/commit/138c323)) +* **deps:** core update ([3538ba8](https://github.com/DEgITx/rats-search/commit/3538ba8)) +* **feed:** auto-loading feed list ([4bac050](https://github.com/DEgITx/rats-search/commit/4bac050)) +* **gui:** tip about torrent drops ([21f4c0b](https://github.com/DEgITx/rats-search/commit/21f4c0b)) +* **log:** web/desktop log message ([0bd1940](https://github.com/DEgITx/rats-search/commit/0bd1940)) + ## [1.2.2](https://github.com/DEgITx/rats-search/compare/v1.2.1...v1.2.2) (2019-04-04) diff --git a/package.json b/package.json index a81609e..9d22e2d 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.2", + "version": "1.3.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",