From 1b1bcfbb8491ba283c4d66371ac5b682e54c53e1 Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Mon, 31 May 2021 14:50:01 +0200 Subject: [PATCH] Updated CHANGELOG Signed-off-by: Florian BOUILLON --- CHANGELOGS.md => CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) rename CHANGELOGS.md => CHANGELOG.md (94%) diff --git a/CHANGELOGS.md b/CHANGELOG.md similarity index 94% rename from CHANGELOGS.md rename to CHANGELOG.md index 9f32ea8..4fb352f 100644 --- a/CHANGELOGS.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased]() +## [Unreleased] + +## [2.1.0] - 2021-05-31 + +### Added + +- new `fetch` function that manage all the API endpoints ## [2.0.2-2.0.3] - 2021-05-28 @@ -168,6 +174,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 + +[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 [2.0.0]: https://github.com/tcgdex/javascript-sdk/releases/tag/v2.0.0