diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-17 07:20:45 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-17 07:20:45 +0000 |
| commit | cddea128b65e274b6d556a4e045ed28eef42b7dc (patch) | |
| tree | 11d05fa887fb163ef69acbc2ff0565a8c3170388 | |
| parent | b70e65402eafec2e7d67f8335880bcb1dccccac5 (diff) | |
| download | aniwatch-api-cddea128b65e274b6d556a4e045ed28eef42b7dc.tar.xz aniwatch-api-cddea128b65e274b6d556a4e045ed28eef42b7dc.zip | |
chore(release): v2.3.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0383cc7..7a7c675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.3.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.2.1...v2.3.0) (2024-12-17) + + +### Features + +* add global constants ([54fe538](https://github.com/ghoshRitesh12/aniwatch-api/commit/54fe5389e13c3ae62a27c414af03cc6d5a260837)) +* **megacloud:** update aniwatch pkg, fixing `episode/sources` endpoint ([b70e654](https://github.com/ghoshRitesh12/aniwatch-api/commit/b70e65402eafec2e7d67f8335880bcb1dccccac5)) + + + ## [2.2.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.2.0...v2.2.1) (2024-12-07) @@ -30,7 +40,3 @@ -## [2.0.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.0.0...v2.0.1) (2024-10-06) - - - diff --git a/package.json b/package.json index 6036ce9..4d38c6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.2.1", + "version": "2.3.0", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
