diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-17 12:39:31 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-17 12:39:31 +0000 |
| commit | fddf1e6f2f9f1b73a107a402e07382c537cdd55b (patch) | |
| tree | 5209cf71727148fd962d36cc16dc8fa42cf6cc4d | |
| parent | d65d0f17cc26f53b053ea74e0161e6fa006a6e0d (diff) | |
| download | aniwatch-api-fddf1e6f2f9f1b73a107a402e07382c537cdd55b.tar.xz aniwatch-api-fddf1e6f2f9f1b73a107a402e07382c537cdd55b.zip | |
chore(release): v2.3.1 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7c675..86c94fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.0...v2.3.1) (2024-12-17) + + +### Bug Fixes + +* **bundled_file_error:** update aniwatch pkg ([d65d0f1](https://github.com/ghoshRitesh12/aniwatch-api/commit/d65d0f17cc26f53b053ea74e0161e6fa006a6e0d)) + + + # [2.3.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.2.1...v2.3.0) (2024-12-17) @@ -36,7 +45,3 @@ -## [2.0.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.0.1...v2.0.2) (2024-10-06) - - - diff --git a/package.json b/package.json index d6db090..0ea33fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.3.0", + "version": "2.3.1", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
