Skip to content

Commit 0f2ad36

Browse files
committed
bump: 2.5.1
Signed-off-by: Florian BOUILLON <[email protected]>
1 parent 74de896 commit 0f2ad36

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)