File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## 2.5.1 - 2023-07-18
11+
12+ ### Fixed
13+
14+ - ModuleJS exports not working as intended
15+
16+ ## 2.5.0 - 2023-06-28
17+
18+ ### Added
19+
20+ - Support for both ModuleJS and CommonJS
21+
22+ ## 2.4.9 - 2022-09-26
23+
24+ ### Fixed
25+
26+ - package not loading on browser
27+
28+ ## 2.4.8 - 2022-09-26
29+
30+ ### Fixed
31+
32+ - fix version number not correctly exposting
33+
34+ ## 2.4.7 - 2022-09-26
35+
36+ ### Fixed
37+
38+ - Compatibility with Angular
39+
1040## 2.4.6 - 2022-01-28
1141
1242### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @tcgdex/sdk" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.1 " ,
44 "main" : " ./dist/tcgdex.node.js" ,
55 "module" : " ./dist/tcgdex.node.mjs" ,
66 "types" : " ./dist/tcgdex.node.d.ts" ,
You can’t perform that action at this time.
0 commit comments