From b1d97a4278a3d50d91a0f61a10286a36ea79f259 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Mon, 31 May 2021 15:17:30 +0200 Subject: [PATCH] Updated Changelog Signed-off-by: Florian BOUILLON --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb352f..50e9946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.1] - 2021-05-31 + +### Fixed + +- Package building in the wrong version of ECMAScript + ## [2.1.0] - 2021-05-31 ### Added @@ -174,8 +180,9 @@ 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.1.0...HEAD +[Unreleased]: https://github.com/tcgdex/javascript-sdk/compare/v2.1.1...HEAD +[2.1.1]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.1.1 [2.1.0]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.1.0 [2.0.2-2.0.3]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.0.3 [2.0.1]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.0.1