From a5b4f1bc5fc02b436664dc2f86cb06294962c30c Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Tue, 2 Jun 2020 11:36:11 -0700 Subject: [PATCH] build(release): release 2.0.0-beta.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17f7f3..a63dba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [2.0.0-beta.1](https://github.com/kwonoj/rx-sandbox/compare/v1.0.3...v2.0.0-beta.1) (2020-06-02) + + +### build + +* **tsconfig:** update tsconfig ([748ea40](https://github.com/kwonoj/rx-sandbox/commit/748ea40)) + + +### Features + +* **sandbox:** support 7.x ([d8220f8](https://github.com/kwonoj/rx-sandbox/commit/d8220f8)) + + +### BREAKING CHANGES + +* **tsconfig:** require es2015 supported runtime +* **sandb8x:** require rx >= 7.x + + + ## [1.0.3](https://github.com/kwonoj/rx-sandbox/compare/v1.0.2...v1.0.3) (2019-06-23)