Release 1.4.1

This commit is contained in:
Matthias Kretschmann 2020-02-26 22:18:04 +01:00
parent 9c86c111c1
commit b30bc655b4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@ 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.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)
- 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)
> 25 February 2020

View File

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