1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 09:47:00 +01:00

Release 1.3.0

This commit is contained in:
Matthias Kretschmann 2019-11-10 17:28:58 +01:00
parent 73bca020b4
commit 1eceb652ec
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 15 additions and 1 deletions

View File

@ -4,6 +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). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v1.3.0](https://github.com/kremalicious/blowfish/compare/v1.2.1...v1.3.0)
> 10 November 2019
- split up platform builds [`#47`](https://github.com/kremalicious/blowfish/pull/47)
- Add test setup and tests [`#44`](https://github.com/kremalicious/blowfish/pull/44)
- Update cross-env to the latest version 🚀 [`#43`](https://github.com/kremalicious/blowfish/pull/43)
- Update stylelint-config-standard to the latest version 🚀 [`#41`](https://github.com/kremalicious/blowfish/pull/41)
- Update stylelint to the latest version 🚀 [`#40`](https://github.com/kremalicious/blowfish/pull/40)
- Update electron-store to the latest version 🚀 [`#39`](https://github.com/kremalicious/blowfish/pull/39)
- add unit tests [`89ba627`](https://github.com/kremalicious/blowfish/commit/89ba627365fed750435b3b7658618005c881b2ab)
- move jest config [`2764f2e`](https://github.com/kremalicious/blowfish/commit/2764f2eda83ed4a910d553d67a2fc24a5f79caee)
- package updates [`4d9dcf6`](https://github.com/kremalicious/blowfish/commit/4d9dcf68eba5163828df0cee3c8d64edaebd39bf)
#### [v1.2.1](https://github.com/kremalicious/blowfish/compare/v1.2.0...v1.2.1) #### [v1.2.1](https://github.com/kremalicious/blowfish/compare/v1.2.0...v1.2.1)
> 9 September 2019 > 9 September 2019

View File

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