Release 1.5.1

This commit is contained in:
Matthias Kretschmann 2020-09-09 00:29:40 +02:00
parent af1e7a500f
commit b5134de71e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 30 additions and 4 deletions

View File

@ -4,9 +4,35 @@ 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.5.1](https://github.com/kremalicious/blowfish/compare/v1.5.0...v1.5.1)
> 8 September 2020
- Bump release-it from 13.7.0 to 14.0.2 [`#192`](https://github.com/kremalicious/blowfish/pull/192)
- Bump @babel/preset-env from 7.11.0 to 7.11.5 [`#187`](https://github.com/kremalicious/blowfish/pull/187)
- Bump @oceanprotocol/contracts from 0.3.5 to 0.4.1 [`#189`](https://github.com/kremalicious/blowfish/pull/189)
- Bump eslint from 7.7.0 to 7.8.1 [`#190`](https://github.com/kremalicious/blowfish/pull/190)
- Bump swr from 0.3.1 to 0.3.2 [`#193`](https://github.com/kremalicious/blowfish/pull/193)
- Bump stylelint from 13.6.1 to 13.7.0 [`#191`](https://github.com/kremalicious/blowfish/pull/191)
- Bump next from 9.5.2 to 9.5.3 [`#188`](https://github.com/kremalicious/blowfish/pull/188)
- Bump @babel/core from 7.11.4 to 7.11.6 [`#186`](https://github.com/kremalicious/blowfish/pull/186)
- Bump electron from 10.1.0 to 10.1.1 [`#185`](https://github.com/kremalicious/blowfish/pull/185)
- Bump @testing-library/react from 10.4.9 to 11.0.2 [`#184`](https://github.com/kremalicious/blowfish/pull/184)
- Bump release-it from 13.6.9 to 13.7.0 [`#183`](https://github.com/kremalicious/blowfish/pull/183)
- Bump prettier from 2.0.5 to 2.1.1 [`#180`](https://github.com/kremalicious/blowfish/pull/180)
- Bump electron from 9.2.1 to 10.1.0 [`#182`](https://github.com/kremalicious/blowfish/pull/182)
- Bump @testing-library/jest-dom from 5.11.3 to 5.11.4 [`#176`](https://github.com/kremalicious/blowfish/pull/176)
- Bump release-it from 13.6.7 to 13.6.9 [`#175`](https://github.com/kremalicious/blowfish/pull/175)
- Bump @testing-library/react from 10.4.8 to 10.4.9 [`#179`](https://github.com/kremalicious/blowfish/pull/179)
- Bump @babel/core from 7.11.1 to 7.11.4 [`#177`](https://github.com/kremalicious/blowfish/pull/177)
- Bump jest from 26.4.0 to 26.4.2 [`#174`](https://github.com/kremalicious/blowfish/pull/174)
- Bump electron from 9.2.0 to 9.2.1 [`#178`](https://github.com/kremalicious/blowfish/pull/178)
- package updates [`9e733f1`](https://github.com/kremalicious/blowfish/commit/9e733f1e25c2a2b59598f1f020aced8e9720e9e3)
- fix electron-store [`af1e7a5`](https://github.com/kremalicious/blowfish/commit/af1e7a500f06f59a518a411482678cc9e80fd211)
#### [v1.5.0](https://github.com/kremalicious/blowfish/compare/v1.4.3...v1.5.0)
> 21 August 2020
> 22 August 2020
- Bump jest from 26.2.2 to 26.4.0 [`#170`](https://github.com/kremalicious/blowfish/pull/170)
- Bump @testing-library/jest-dom from 5.11.2 to 5.11.3 [`#166`](https://github.com/kremalicious/blowfish/pull/166)
@ -82,7 +108,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update swr to the latest version 🚀 [`#70`](https://github.com/kremalicious/blowfish/pull/70)
- add package-lock.json [`8912e7a`](https://github.com/kremalicious/blowfish/commit/8912e7a2b997b3cd9124164e4cc401dd8d02a363)
- chore(package): update lockfile package-lock.json [`8c815a7`](https://github.com/kremalicious/blowfish/commit/8c815a76d3c41e76aac1372c8dfa9959b331f3fc)
- package updates, move to @oceanprotocol/contracts [`692e50e`](https://github.com/kremalicious/blowfish/commit/692e50e3ae99c390467341dac8421efb23561304)
- Release 1.5.0 [`9dbb7b8`](https://github.com/kremalicious/blowfish/commit/9dbb7b859a6e236bdd61a598465a725e100fecb2)
#### [v1.4.3](https://github.com/kremalicious/blowfish/compare/v1.4.2...v1.4.3)

2
package-lock.json generated
View File

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

View File

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