From a1839451d340b8f4dfeb2282c183a383fa69883b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Nov 2020 21:48:46 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/lunarcast/lunarflow/compare/v1.3.0...v1.3.1) (2020-11-02) ### Bug Fixes * **core:** fixed the overlapping lambdas bug ([8ffafd4](https://github.com/lunarcast/lunarflow/commit/8ffafd48e8478b03e4a707c837ede6af9d44a7fa)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25caba..3ecb1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/lunarcast/lunarflow/compare/v1.3.0...v1.3.1) (2020-11-02) + + +### Bug Fixes + +* **core:** fixed the overlapping lambdas bug ([8ffafd4](https://github.com/lunarcast/lunarflow/commit/8ffafd48e8478b03e4a707c837ede6af9d44a7fa)) + # [1.3.0](https://github.com/lunarcast/lunarflow/compare/v1.2.4...v1.3.0) (2020-11-02)