diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c7b18..06cad77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.0](https://github.com/kremalicious/blowfish/compare/v1.2.1...v1.3.0) + +> 10 November 2019 + +- split up platform builds [`#47`](https://github.com/kremalicious/blowfish/pull/47) +- Add test setup and tests [`#44`](https://github.com/kremalicious/blowfish/pull/44) +- Update cross-env to the latest version 🚀 [`#43`](https://github.com/kremalicious/blowfish/pull/43) +- Update stylelint-config-standard to the latest version 🚀 [`#41`](https://github.com/kremalicious/blowfish/pull/41) +- Update stylelint to the latest version 🚀 [`#40`](https://github.com/kremalicious/blowfish/pull/40) +- Update electron-store to the latest version 🚀 [`#39`](https://github.com/kremalicious/blowfish/pull/39) +- add unit tests [`89ba627`](https://github.com/kremalicious/blowfish/commit/89ba627365fed750435b3b7658618005c881b2ab) +- move jest config [`2764f2e`](https://github.com/kremalicious/blowfish/commit/2764f2eda83ed4a910d553d67a2fc24a5f79caee) +- package updates [`4d9dcf6`](https://github.com/kremalicious/blowfish/commit/4d9dcf68eba5163828df0cee3c8d64edaebd39bf) + #### [v1.2.1](https://github.com/kremalicious/blowfish/compare/v1.2.0...v1.2.1) > 9 September 2019 diff --git a/package.json b/package.json index 5b1a3c3..fa0c893 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@kremalicious/blowfish", "productName": "Blowfish", - "version": "1.2.1", + "version": "1.3.0", "description": "🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.", "main": "./src/main/index.js", "scripts": {