mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 01:36:58 +01:00
Release 1.5.2
This commit is contained in:
parent
cc70341bdc
commit
ba6aee2cc8
12
CHANGELOG.md
12
CHANGELOG.md
@ -4,9 +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).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [v1.5.2](https://github.com/kremalicious/blowfish/compare/v1.5.1...v1.5.2)
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
- 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)
|
||||||
|
|
||||||
> 8 September 2020
|
> 9 September 2020
|
||||||
|
|
||||||
- Bump release-it from 13.7.0 to 14.0.2 [`#192`](https://github.com/kremalicious/blowfish/pull/192)
|
- 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 @babel/preset-env from 7.11.0 to 7.11.5 [`#187`](https://github.com/kremalicious/blowfish/pull/187)
|
||||||
@ -27,6 +36,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|||||||
- Bump @babel/core from 7.11.1 to 7.11.4 [`#177`](https://github.com/kremalicious/blowfish/pull/177)
|
- 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 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)
|
- Bump electron from 9.2.0 to 9.2.1 [`#178`](https://github.com/kremalicious/blowfish/pull/178)
|
||||||
|
- Release 1.5.1 [`b5134de`](https://github.com/kremalicious/blowfish/commit/b5134de71e9f3e5f4ec31c53f93cebc035e8855a)
|
||||||
- package updates [`9e733f1`](https://github.com/kremalicious/blowfish/commit/9e733f1e25c2a2b59598f1f020aced8e9720e9e3)
|
- package updates [`9e733f1`](https://github.com/kremalicious/blowfish/commit/9e733f1e25c2a2b59598f1f020aced8e9720e9e3)
|
||||||
- fix electron-store [`af1e7a5`](https://github.com/kremalicious/blowfish/commit/af1e7a500f06f59a518a411482678cc9e80fd211)
|
- fix electron-store [`af1e7a5`](https://github.com/kremalicious/blowfish/commit/af1e7a500f06f59a518a411482678cc9e80fd211)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@kremalicious/blowfish",
|
"name": "@kremalicious/blowfish",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@kremalicious/blowfish",
|
"name": "@kremalicious/blowfish",
|
||||||
"productName": "Blowfish",
|
"productName": "Blowfish",
|
||||||
"version": "1.5.1",
|
"version": "1.5.2",
|
||||||
"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": "./src/main/index.js",
|
"main": "./src/main/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user