From 24012dfb845699f4a7204bcab468d7ad3b6fef7b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 23 Mar 2020 01:42:58 +0100 Subject: [PATCH] Release 1.4.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c35ef63..f2dcb9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +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.4.3](https://github.com/kremalicious/blowfish/compare/v1.4.2...v1.4.3) + +> 23 March 2020 + +- use SWR for price data fetching [`#68`](https://github.com/kremalicious/blowfish/pull/68) +- Update @testing-library/react to the latest version 🚀 [`#66`](https://github.com/kremalicious/blowfish/pull/66) +- Update release-it to the latest version 🚀 [`#64`](https://github.com/kremalicious/blowfish/pull/64) +- site: os detection for download links, style tweaks [`54277db`](https://github.com/kremalicious/blowfish/commit/54277db52ca28eccd3bf5ff44ec0b3dac8d4c33e) +- package updates [`8072712`](https://github.com/kremalicious/blowfish/commit/80727126871b1634fb2ac40f83e04a1f993c0527) +- site: move asset filtering to api path [`5978e2d`](https://github.com/kremalicious/blowfish/commit/5978e2d085a482a8a19456427c1a1bb90fbc87c2) + #### [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) +- Release 1.4.2 [`41a311a`](https://github.com/kremalicious/blowfish/commit/41a311a6278a427dec9f62b592c45351f95911c4) #### [v1.4.1](https://github.com/kremalicious/blowfish/compare/v1.4.0...v1.4.1) diff --git a/package.json b/package.json index e7afc8c..7e2d8fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kremalicious/blowfish", "productName": "Blowfish", - "version": "1.4.2", + "version": "1.4.3", "description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.", "main": "./src/main/index.js", "scripts": {