Release 1.4.0

This commit is contained in:
Matthias Kretschmann 2020-02-25 22:09:26 +01:00
parent 00d96c594c
commit 26df59c687
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 2 deletions

View File

@ -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.4.0](https://github.com/kremalicious/blowfish/compare/v1.3.1...v1.4.0)
> 25 February 2020
- Move to Next.js for renderer [`#60`](https://github.com/kremalicious/blowfish/pull/60)
- move renderer to Next.js [`6a1b1a4`](https://github.com/kremalicious/blowfish/commit/6a1b1a4c3a0717497541fcf4240cf51af89e8ca7)
- provider splitup and refactor [`2efee0e`](https://github.com/kremalicious/blowfish/commit/2efee0ec7399193c553bbb3a3878d0af30be1fcf)
- project organisation, fix build & test runs [`94312a6`](https://github.com/kremalicious/blowfish/commit/94312a6902f5b9cda05498000c565228449765cf)
#### [v1.3.1](https://github.com/kremalicious/blowfish/compare/v1.3.0...v1.3.1)
> 5 February 2020
@ -16,8 +25,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update stylelint-config-css-modules to the latest version 🚀 [`#49`](https://github.com/kremalicious/blowfish/pull/49)
- Update stylelint to the latest version 🚀 [`#48`](https://github.com/kremalicious/blowfish/pull/48)
- package updates [`9e57046`](https://github.com/kremalicious/blowfish/commit/9e57046fa5fb87c95cacb18216ddb166428eab21)
- Release 1.3.1 [`fe84386`](https://github.com/kremalicious/blowfish/commit/fe84386ff2fe26e012540e7624d65af5786dd161)
- chore(package): update electron to version 8.0.0 [`d005d8e`](https://github.com/kremalicious/blowfish/commit/d005d8e8128b734a236d3874770e186f02b16a50)
- chore(package): update cross-env to version 7.0.0 [`e49e22f`](https://github.com/kremalicious/blowfish/commit/e49e22f3ed21eb58eee172d80c952a66c798c8dd)
#### [v1.3.0](https://github.com/kremalicious/blowfish/compare/v1.2.1...v1.3.0)

View File

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