mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 02:42:08 +00:00
bump: 2.5.1
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
parent
74de8961ef
commit
0f2ad36e8c
30
CHANGELOG.md
30
CHANGELOG.md
@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## 2.4.6 - 2022-01-28
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tcgdex/sdk",
|
"name": "@tcgdex/sdk",
|
||||||
"version": "2.5.0",
|
"version": "2.5.1",
|
||||||
"main": "./dist/tcgdex.node.js",
|
"main": "./dist/tcgdex.node.js",
|
||||||
"module": "./dist/tcgdex.node.mjs",
|
"module": "./dist/tcgdex.node.mjs",
|
||||||
"types": "./dist/tcgdex.node.d.ts",
|
"types": "./dist/tcgdex.node.d.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user