diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8b041..be649c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.25.0 (2022-09-06) + +* release version 0.25.0 ([40a92ef](https://github.com/entrecode/ec.sdk/commit/40a92ef)) +* chore: Typescript target ES2017 ([0e15e5d](https://github.com/entrecode/ec.sdk/commit/0e15e5d)) + + +### BREAKING CHANGE + +* Typescript target was changed to support ES2017 to avoid the usage of generator functions for async-await. + + ## 0.24.6 (2022-09-02) * release version 0.24.6 ([2b98d6d](https://github.com/entrecode/ec.sdk/commit/2b98d6d)) diff --git a/docs/index.html b/docs/index.html index 4c871bb..ac4cf13 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - ec.sdk 0.24.6 | Documentation + ec.sdk 0.25.0 | Documentation @@ -15,7 +15,7 @@

ec.sdk

-
0.24.6
+
0.25.0
-

0.24.6 (2022-09-02)

+

0.25.0 (2022-09-06)

+ +

BREAKING CHANGE

+ +

0.24.6 (2022-09-02)