Skip to content

Commit

Permalink
bump: 2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Florian BOUILLON <[email protected]>
  • Loading branch information
Aviortheking committed Jul 18, 2023
1 parent 74de896 commit 0f2ad36
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0f2ad36

Please sign in to comment.