diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd2162..f2fc77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +#### [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) +> 28 September 2020 + - 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 @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) - 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) #### [v1.5.1](https://github.com/kremalicious/blowfish/compare/v1.5.0...v1.5.1) diff --git a/package-lock.json b/package-lock.json index 612fc7c..cd1abc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kremalicious/blowfish", - "version": "1.5.2", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23a9f8e..a840c61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kremalicious/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.", "main": "app/background.js", "scripts": {