Release 1.4.2

This commit is contained in:
Matthias Kretschmann 2020-03-04 12:59:25 +01:00
parent 70f80d682d
commit 41a311a627
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 9 additions and 1 deletions

View File

@ -4,12 +4,20 @@ 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.4.2](https://github.com/kremalicious/blowfish/compare/v1.4.1...v1.4.2)
> 4 March 2020
- add basic landing page [`e82ba61`](https://github.com/kremalicious/blowfish/commit/e82ba6145aa56dc3fd414bbeb5940c78e43690e7)
- package updates [`70f80d6`](https://github.com/kremalicious/blowfish/commit/70f80d682d0a078e466b2be71d0bd910d8f0b8c9)
#### [v1.4.1](https://github.com/kremalicious/blowfish/compare/v1.4.0...v1.4.1)
> 26 February 2020
- get balance from chain [`#61`](https://github.com/kremalicious/blowfish/pull/61)
- test tweaks [`a2ed753`](https://github.com/kremalicious/blowfish/commit/a2ed753c7ad260cbd3116b287388d133d2584dd4)
- Release 1.4.1 [`b30bc65`](https://github.com/kremalicious/blowfish/commit/b30bc655b48400e52b25019b829e7a6df5af373d)
- update docs [`9c86c11`](https://github.com/kremalicious/blowfish/commit/9c86c111c1ef38940b8e25af079711dfbc127c47)
#### [v1.4.0](https://github.com/kremalicious/blowfish/compare/v1.3.1...v1.4.0)

View File

@ -1,7 +1,7 @@
{
"name": "@kremalicious/blowfish",
"productName": "Blowfish",
"version": "1.4.1",
"version": "1.4.2",
"description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.",
"main": "./src/main/index.js",
"scripts": {