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