diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7211c..ba29cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 2.4.2 - 2021-07-19 + +### Added + +- ESM exports are back + +### Changed + +- Moved browser export from `Webpack` to `esbuild` + ## 2.4.1 - 2021-07-11 ## Deprecated diff --git a/README.md b/README.md index ed16087..71ba897 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,17 @@ yarn add @tcgdex/sdk npm install @tcgdex/sdk ``` +or in the web browser +```html + +``` + ## Usage _Note: a complete documentation is in progress_ ```javascript +// only if using with NPM/Yarn import TCGdex from '@tcgdex/sdk' // initialize the SDK