From e9ef40d5ef68e5ae7b74c51f4cf057f86301c25d Mon Sep 17 00:00:00 2001 From: Wojtek Siudzinski Date: Thu, 15 Oct 2020 13:33:28 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7781a..20ecfb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ tries to follow the [Keep a CHANGELOG](http://keepachangelog.com) convention. * +## [v1.4.0](https://github.com/suda/tool-bar/compare/v1.4.0...v1.3.0) - 2020-10-15 + +* [Using Github Actions](https://github.com/suda/tool-bar/pull/296) (by [@aminya](https://github.com/aminya)) +* [Remove activation hook](https://github.com/suda/tool-bar/pull/300) (by [@aminya](https://github.com/aminya)) +* [Refactor to decrease code duplication and complexity](https://github.com/suda/tool-bar/pull/301) (by [@ericcornelissen](https://github.com/ericcornelissen)) +* [Rollup - improve loading time](https://github.com/suda/tool-bar/pull/302) (by [@aminya](https://github.com/aminya)) +* [useGutter option](https://github.com/suda/tool-bar/pull/305) (by [@aminya](https://github.com/aminya)) +* [Update to current TouchBar Electron API](https://github.com/suda/tool-bar/pull/312) (by [@thatcomputerguy0101](https://github.com/thatcomputerguy0101)) + ## [v1.3.0](https://github.com/suda/tool-bar/compare/v1.3.0...v1.2.2) - 2020-04-17 * [Type declarations for TypeScript](https://github.com/suda/tool-bar/pull/289) (by [@aminya](https://github.com/aminya))