mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 01:36:58 +01:00
Release 1.1.8
This commit is contained in:
parent
ba8813f4b2
commit
a63f46ed58
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,6 +4,18 @@ 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.8](https://github.com/kremalicious/blowfish/compare/v1.1.7...v1.1.8)
|
||||
|
||||
> 8 July 2019
|
||||
|
||||
- test packaging on Travis [`#27`](https://github.com/kremalicious/blowfish/pull/27)
|
||||
- Update eslint-config-prettier to the latest version 🚀 [`#26`](https://github.com/kremalicious/blowfish/pull/26)
|
||||
- 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)
|
||||
- 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)
|
||||
|
||||
> 11 June 2019
|
||||
@ -11,8 +23,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- Update file-loader to the latest version 🚀 [`#20`](https://github.com/kremalicious/blowfish/pull/20)
|
||||
- package updates, add changelog [`#21`](https://github.com/kremalicious/blowfish/issues/21)
|
||||
- test fixes [`e86cade`](https://github.com/kremalicious/blowfish/commit/e86cade48b7f58c4403c8a3d7a5ecc412aab7d81)
|
||||
- Release 1.1.7 [`3189f61`](https://github.com/kremalicious/blowfish/commit/3189f61596d533fdc1891b982e8a81527e81fe49)
|
||||
- update product screenshot [`ca6b8d1`](https://github.com/kremalicious/blowfish/commit/ca6b8d150386a2716f1d40bb7ee6f0001319cf4a)
|
||||
- chore(package): update file-loader to version 4.0.0 [`3db7153`](https://github.com/kremalicious/blowfish/commit/3db7153d2555d1de14c26323eae1d7a3924160d2)
|
||||
|
||||
#### [v1.1.6](https://github.com/kremalicious/blowfish/compare/v1.1.5...v1.1.6)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@kremalicious/blowfish",
|
||||
"productName": "Blowfish",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"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