mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 01:36:58 +01:00
Release 1.2.1
This commit is contained in:
parent
c98a916c0c
commit
b64737aa31
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,6 +4,15 @@ 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.2.1](https://github.com/kremalicious/blowfish/compare/v1.2.0...v1.2.1)
|
||||
|
||||
> 9 September 2019
|
||||
|
||||
- refactor for css modules [`#38`](https://github.com/kremalicious/blowfish/pull/38)
|
||||
- reafactor for css modules [`3745051`](https://github.com/kremalicious/blowfish/commit/3745051637e5dd245ce63f5eadecbd986a269ea6)
|
||||
- Preferences refactor [`959007f`](https://github.com/kremalicious/blowfish/commit/959007f7038dfa845de57be24e78b5f531aaf3a7)
|
||||
- Accounts refactor [`1863778`](https://github.com/kremalicious/blowfish/commit/1863778c4834b1dc8135db1ff882ad3347a9c4c4)
|
||||
|
||||
#### [v1.2.0](https://github.com/kremalicious/blowfish/compare/v1.1.9...v1.2.0)
|
||||
|
||||
> 7 September 2019
|
||||
@ -13,7 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- fix reach-router in packaged Electron [`#5`](https://github.com/kremalicious/blowfish/issues/5)
|
||||
- layout tweaks [`097ad33`](https://github.com/kremalicious/blowfish/commit/097ad334771aadfeae8924c08214ffff35093a08)
|
||||
- package updates [`4631622`](https://github.com/kremalicious/blowfish/commit/463162294d19287d8ebdff0f7249446a7e4d2630)
|
||||
- spacing tweaks [`03ab21a`](https://github.com/kremalicious/blowfish/commit/03ab21aa223e31f5d56e23abf538801d41452dba)
|
||||
- Release 1.2.0 [`e07b8be`](https://github.com/kremalicious/blowfish/commit/e07b8be25c84aefad086fb94c1f51d48f3aa1af5)
|
||||
|
||||
#### [v1.1.9](https://github.com/kremalicious/blowfish/compare/v1.1.8...v1.1.9)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@kremalicious/blowfish",
|
||||
"productName": "Blowfish",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"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