From 41a311a6278a427dec9f62b592c45351f95911c4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 4 Mar 2020 12:59:25 +0100 Subject: [PATCH] Release 1.4.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f04ee58..c35ef63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index f2a01b1..1e8a577 100644 --- a/package.json +++ b/package.json @@ -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": {