1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-21 17:26:58 +01:00

Release 1.6.0

This commit is contained in:
Matthias Kretschmann 2020-10-10 17:59:24 +02:00
parent 27038a17e4
commit a220056b71
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 16 additions and 2 deletions

View File

@ -4,13 +4,27 @@ 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.6.0](https://github.com/kremalicious/blowfish/compare/v1.5.2...v1.6.0)
- migrate to nextron [`#214`](https://github.com/kremalicious/blowfish/pull/214)
- Bump @oceanprotocol/contracts from 0.4.4 to 0.5.3 [`#212`](https://github.com/kremalicious/blowfish/pull/212)
- Bump stylelint from 13.7.1 to 13.7.2 [`#211`](https://github.com/kremalicious/blowfish/pull/211)
- Bump electron from 10.1.2 to 10.1.3 [`#213`](https://github.com/kremalicious/blowfish/pull/213)
- Bump eslint-plugin-react from 7.21.2 to 7.21.3 [`#210`](https://github.com/kremalicious/blowfish/pull/210)
- Bump eslint from 7.9.0 to 7.10.0 [`#209`](https://github.com/kremalicious/blowfish/pull/209)
- cleanup [`a6ba4f0`](https://github.com/kremalicious/blowfish/commit/a6ba4f071b056a9c3a0eb7048fc92b995e65ab2f)
- release fix [`27038a1`](https://github.com/kremalicious/blowfish/commit/27038a17e43d175daf15b3b4a335bacd5db0cf1f)
#### [v1.5.2](https://github.com/kremalicious/blowfish/compare/v1.5.1...v1.5.2) #### [v1.5.2](https://github.com/kremalicious/blowfish/compare/v1.5.1...v1.5.2)
> 28 September 2020
- Bump @testing-library/react from 11.0.2 to 11.0.4 [`#194`](https://github.com/kremalicious/blowfish/pull/194) - Bump @testing-library/react from 11.0.2 to 11.0.4 [`#194`](https://github.com/kremalicious/blowfish/pull/194)
- Bump stylelint from 13.7.0 to 13.7.1 [`#195`](https://github.com/kremalicious/blowfish/pull/195) - Bump stylelint from 13.7.0 to 13.7.1 [`#195`](https://github.com/kremalicious/blowfish/pull/195)
- Bump @coingecko/cryptoformat from 0.4.0 to 0.4.1 [`#196`](https://github.com/kremalicious/blowfish/pull/196) - Bump @coingecko/cryptoformat from 0.4.0 to 0.4.1 [`#196`](https://github.com/kremalicious/blowfish/pull/196)
- Bump eslint from 7.8.1 to 7.9.0 [`#197`](https://github.com/kremalicious/blowfish/pull/197) - Bump eslint from 7.8.1 to 7.9.0 [`#197`](https://github.com/kremalicious/blowfish/pull/197)
- package updates [`6a3dc7e`](https://github.com/kremalicious/blowfish/commit/6a3dc7e6abf8266e527ca043e3d6949bf1490b3f) - package updates [`6a3dc7e`](https://github.com/kremalicious/blowfish/commit/6a3dc7e6abf8266e527ca043e3d6949bf1490b3f)
- Release 1.5.2 [`ba6aee2`](https://github.com/kremalicious/blowfish/commit/ba6aee2cc8fd4af09556de9c3c52d8a4438ddda2)
- update OCEAN contract [`cc70341`](https://github.com/kremalicious/blowfish/commit/cc70341bdc577de8c073faceb9022b4497116afe) - update OCEAN contract [`cc70341`](https://github.com/kremalicious/blowfish/commit/cc70341bdc577de8c073faceb9022b4497116afe)
#### [v1.5.1](https://github.com/kremalicious/blowfish/compare/v1.5.0...v1.5.1) #### [v1.5.1](https://github.com/kremalicious/blowfish/compare/v1.5.0...v1.5.1)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@kremalicious/blowfish", "name": "@kremalicious/blowfish",
"version": "1.5.2", "version": "1.6.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@kremalicious/blowfish", "name": "@kremalicious/blowfish",
"productName": "Blowfish", "productName": "Blowfish",
"version": "1.5.2", "version": "1.6.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": "app/background.js", "main": "app/background.js",
"scripts": { "scripts": {