mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 01:36:58 +01:00
Release 1.4.3
This commit is contained in:
parent
6bd23302d1
commit
24012dfb84
12
CHANGELOG.md
12
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)
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user