From 0f2ad36e8c3effd45a44a3e467da0dfe6e24e34d Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Tue, 18 Jul 2023 12:59:21 +0200 Subject: [PATCH] bump: 2.5.1 Signed-off-by: Florian BOUILLON --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afed189..5f114f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 2.5.1 - 2023-07-18 + +### Fixed + +- ModuleJS exports not working as intended + +## 2.5.0 - 2023-06-28 + +### Added + +- Support for both ModuleJS and CommonJS + +## 2.4.9 - 2022-09-26 + +### Fixed + +- package not loading on browser + +## 2.4.8 - 2022-09-26 + +### Fixed + +- fix version number not correctly exposting + +## 2.4.7 - 2022-09-26 + +### Fixed + +- Compatibility with Angular + ## 2.4.6 - 2022-01-28 ### Fixed diff --git a/package.json b/package.json index 9ab7068..3092756 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tcgdex/sdk", - "version": "2.5.0", + "version": "2.5.1", "main": "./dist/tcgdex.node.js", "module": "./dist/tcgdex.node.mjs", "types": "./dist/tcgdex.node.d.ts",