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

Release 1.1.9

This commit is contained in:
Matthias Kretschmann 2019-08-21 09:43:49 +02:00
parent d72dd9b699
commit 6b6c311b61
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,16 @@ 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.1.9](https://github.com/kremalicious/blowfish/compare/v1.1.8...v1.1.9)
> 21 August 2019
- Update electron to the latest version 🚀 [`#33`](https://github.com/kremalicious/blowfish/pull/33)
- bump packages [`#32`](https://github.com/kremalicious/blowfish/pull/32)
- bump packages [`d72dd9b`](https://github.com/kremalicious/blowfish/commit/d72dd9b699d5f3097f571a41a7f84d45d806c4ff)
- travis tweaks [`2660e87`](https://github.com/kremalicious/blowfish/commit/2660e87aaf3f9e6fadd4dfc3cfb223689cb4b090)
- chore(package): update electron to version 6.0.0 [`58e2ec2`](https://github.com/kremalicious/blowfish/commit/58e2ec2c4b2f2191405f642628992890ee7238bb)
#### [v1.1.8](https://github.com/kremalicious/blowfish/compare/v1.1.7...v1.1.8)
> 8 July 2019
@ -13,8 +23,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update eslint to the latest version 🚀 [`#23`](https://github.com/kremalicious/blowfish/pull/23)
- Update eslint-config-prettier to the latest version 🚀 [`#22`](https://github.com/kremalicious/blowfish/pull/22)
- package updates [`4396a21`](https://github.com/kremalicious/blowfish/commit/4396a21e3bf6f208fa6bea4924740a5a76ca0820)
- Release 1.1.8 [`a63f46e`](https://github.com/kremalicious/blowfish/commit/a63f46ed58d04e3e23fd8efc1b615594ba866890)
- chore(package): update eslint-config-prettier to version 6.0.0 [`abb20ca`](https://github.com/kremalicious/blowfish/commit/abb20caf5dfb9ae9a092a43f3f0be9398d746f72)
- chore(package): update eslint to version 6.0.0 [`0f677bd`](https://github.com/kremalicious/blowfish/commit/0f677bd6f3f29c9b6877d5b0a364188bd0d63072)
#### [v1.1.7](https://github.com/kremalicious/blowfish/compare/v1.1.6...v1.1.7)

View File

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