mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 09:47:00 +01:00
Release 1.3.1
This commit is contained in:
parent
9e57046fa5
commit
fe84386ff2
15
CHANGELOG.md
15
CHANGELOG.md
@ -4,6 +4,21 @@ 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.3.1](https://github.com/kremalicious/blowfish/compare/v1.3.0...v1.3.1)
|
||||
|
||||
> 5 February 2020
|
||||
|
||||
- Update electron to the latest version 🚀 [`#57`](https://github.com/kremalicious/blowfish/pull/57)
|
||||
- Update cross-env to the latest version 🚀 [`#55`](https://github.com/kremalicious/blowfish/pull/55)
|
||||
- Update @testing-library/jest-dom to the latest version 🚀 [`#54`](https://github.com/kremalicious/blowfish/pull/54)
|
||||
- Update @svgr/webpack to the latest version 🚀 [`#52`](https://github.com/kremalicious/blowfish/pull/52)
|
||||
- Update mini-css-extract-plugin to the latest version 🚀 [`#51`](https://github.com/kremalicious/blowfish/pull/51)
|
||||
- Update stylelint-config-css-modules to the latest version 🚀 [`#49`](https://github.com/kremalicious/blowfish/pull/49)
|
||||
- Update stylelint to the latest version 🚀 [`#48`](https://github.com/kremalicious/blowfish/pull/48)
|
||||
- package updates [`9e57046`](https://github.com/kremalicious/blowfish/commit/9e57046fa5fb87c95cacb18216ddb166428eab21)
|
||||
- chore(package): update electron to version 8.0.0 [`d005d8e`](https://github.com/kremalicious/blowfish/commit/d005d8e8128b734a236d3874770e186f02b16a50)
|
||||
- chore(package): update cross-env to version 7.0.0 [`e49e22f`](https://github.com/kremalicious/blowfish/commit/e49e22f3ed21eb58eee172d80c952a66c798c8dd)
|
||||
|
||||
#### [v1.3.0](https://github.com/kremalicious/blowfish/compare/v1.2.1...v1.3.0)
|
||||
|
||||
> 10 November 2019
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@kremalicious/blowfish",
|
||||
"productName": "Blowfish",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"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