From d166e0f5cfa3207921b0194895329d648fe442d9 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Mon, 19 Jul 2021 14:47:47 +0200 Subject: [PATCH] Fixed Changelogs Signed-off-by: Florian BOUILLON --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba29cb2..b818d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## 2.4.2 - 2021-07-19 +## 2.4.3 - 2021-07-19 ### Added - ESM exports are back +## 2.4.2 2021-07-11 + +### Fixed + +- Downgraded to ES2015 to have better suport browsers + ### Changed - Moved browser export from `Webpack` to `esbuild` @@ -221,8 +227,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Constructor arg support for multiple langs - TranslationUtil to go from the SDK value to a text value -[Unreleased]: https://github.com/tcgdex/javascript-sdk/compare/v2.3.1...HEAD +[Unreleased]: https://github.com/tcgdex/javascript-sdk/compare/v2.4.3...HEAD +[2.4.3]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.4.3 +[2.4.2]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.4.2 +[2.4.1]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.4.1 [2.4.0]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.4.0 [2.3.1]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.3.1 [2.3.0]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.3.0