From e07b8be25c84aefad086fb94c1f51d48f3aa1af5 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 7 Sep 2019 20:30:12 +0200 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccce304..944fd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.0](https://github.com/kremalicious/blowfish/compare/v1.1.9...v1.2.0) + +> 7 September 2019 + +- Windows fixes [`#37`](https://github.com/kremalicious/blowfish/pull/37) +- Update sass-loader to the latest version 🚀 [`#36`](https://github.com/kremalicious/blowfish/pull/36) +- fix reach-router in packaged Electron [`#5`](https://github.com/kremalicious/blowfish/issues/5) +- layout tweaks [`097ad33`](https://github.com/kremalicious/blowfish/commit/097ad334771aadfeae8924c08214ffff35093a08) +- package updates [`4631622`](https://github.com/kremalicious/blowfish/commit/463162294d19287d8ebdff0f7249446a7e4d2630) +- spacing tweaks [`03ab21a`](https://github.com/kremalicious/blowfish/commit/03ab21aa223e31f5d56e23abf538801d41452dba) + #### [v1.1.9](https://github.com/kremalicious/blowfish/compare/v1.1.8...v1.1.9) > 21 August 2019 - Update electron to the latest version 🚀 [`#33`](https://github.com/kremalicious/blowfish/pull/33) - bump packages [`#32`](https://github.com/kremalicious/blowfish/pull/32) -- bump packages [`d72dd9b`](https://github.com/kremalicious/blowfish/commit/d72dd9b699d5f3097f571a41a7f84d45d806c4ff) +- Release 1.1.9 [`6b6c311`](https://github.com/kremalicious/blowfish/commit/6b6c311b6121821a8e058baf9fb5679ca15fbee6) - travis tweaks [`2660e87`](https://github.com/kremalicious/blowfish/commit/2660e87aaf3f9e6fadd4dfc3cfb223689cb4b090) - chore(package): update electron to version 6.0.0 [`58e2ec2`](https://github.com/kremalicious/blowfish/commit/58e2ec2c4b2f2191405f642628992890ee7238bb) diff --git a/package.json b/package.json index c2f4fcc..1d145c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kremalicious/blowfish", "productName": "Blowfish", - "version": "1.1.9", + "version": "1.2.0", "description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.", "main": "./src/main/index.js", "scripts": {