1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 01:36:58 +01:00

Release 1.2.0

This commit is contained in:
Matthias Kretschmann 2019-09-07 20:30:12 +02:00
parent 6bac0af2f9
commit e07b8be25c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 13 additions and 2 deletions

View File

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

View File

@ -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": {