diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfba1f..2a32d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.13.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.3...v2.13.4) (2025-05-11) + + + ## [2.13.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.2...v2.13.3) (2025-05-11) @@ -27,12 +31,3 @@ -# [2.12.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.11.3...v2.12.0) (2025-04-14) - - -### Features - -* **getNextEpisodeSchedule:** add `/anime/:animeId/next-episode-schedule` endpoint ([f5cd341](https://github.com/ghoshRitesh12/aniwatch-api/commit/f5cd3415d8134da1ab1e3b3f8f9be6b5212aa353)) - - - diff --git a/package.json b/package.json index 440e33c..bfa4bba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.13.3", + "version": "2.13.4", "description": "Node.js API for obtaining anime information from hianimez.to", "main": "src/server.ts", "type": "module",