From a98fee74dba8881b8777c91f61a842f345c08657 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Nov 2020 20:20:13 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/lunarcast/lunarflow/compare/v1.3.1...v1.4.0) (2020-11-05) ### Bug Fixes * **core:** fixed overlapping lines after eta reducing ([9631d2b](https://github.com/lunarcast/lunarflow/commit/9631d2b44215bf13cf2f513c2e05b02398a86cda)), closes [#1](https://github.com/lunarcast/lunarflow/issues/1) ### Features * **client:** remove unused space between lines ([41e537d](https://github.com/lunarcast/lunarflow/commit/41e537dd84aac15b57dd0b815c0328d20b19f935)) * **core:** reduction preserves the colors ([c6d481e](https://github.com/lunarcast/lunarflow/commit/c6d481e919c0f6fafbb889ccb3f72408e4f3011b)) * **utils:** error stacks ([6c599f7](https://github.com/lunarcast/lunarflow/commit/6c599f7f9756fbad69ab9898a3022ad798969cf7)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecb1da..20908f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.4.0](https://github.com/lunarcast/lunarflow/compare/v1.3.1...v1.4.0) (2020-11-05) + + +### Bug Fixes + +* **core:** fixed overlapping lines after eta reducing ([9631d2b](https://github.com/lunarcast/lunarflow/commit/9631d2b44215bf13cf2f513c2e05b02398a86cda)), closes [#1](https://github.com/lunarcast/lunarflow/issues/1) + + +### Features + +* **client:** remove unused space between lines ([41e537d](https://github.com/lunarcast/lunarflow/commit/41e537dd84aac15b57dd0b815c0328d20b19f935)) +* **core:** reduction preserves the colors ([c6d481e](https://github.com/lunarcast/lunarflow/commit/c6d481e919c0f6fafbb889ccb3f72408e4f3011b)) +* **utils:** error stacks ([6c599f7](https://github.com/lunarcast/lunarflow/commit/6c599f7f9756fbad69ab9898a3022ad798969cf7)) + ## [1.3.1](https://github.com/lunarcast/lunarflow/compare/v1.3.0...v1.3.1) (2020-11-02)