chore(release): v1.37.0 [skip ci]
This commit is contained in:
+16
-10
@@ -1,3 +1,19 @@
|
|||||||
|
# [1.37.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.3...v1.37.0) (2024-07-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* added japanese anime names to all responses ([94664ab](https://github.com/ghoshRitesh12/aniwatch-api/commit/94664abdfdf1be8820f96afe081182f59281f4cb))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* added `mostPopular`, `mostFavorite` and `latestCompleted` to the home route response ([5d92946](https://github.com/ghoshRitesh12/aniwatch-api/commit/5d929461ce918006b9c3977e5af5f76799e820b3))
|
||||||
|
* added episode count to top airing anime ([62fa83a](https://github.com/ghoshRitesh12/aniwatch-api/commit/62fa83a56d5e5ea4cc5e7b38b478208b0c5e6a72))
|
||||||
|
* added episode number to estimated anime schedule ([bdfebb5](https://github.com/ghoshRitesh12/aniwatch-api/commit/bdfebb5e320c15ae9de1a57a66b6a4602bcebf4d))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.36.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.2...v1.36.3) (2024-07-18)
|
## [1.36.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.2...v1.36.3) (2024-07-18)
|
||||||
|
|
||||||
|
|
||||||
@@ -20,13 +36,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.35.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.34.3...v1.35.0) (2024-07-13)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` endpoint ([041c0b7](https://github.com/ghoshRitesh12/aniwatch-api/commit/041c0b7098ffb3d87a729d7dbfc774a96761d3c3))
|
|
||||||
* add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` endpoint ([3f0b367](https://github.com/ghoshRitesh12/aniwatch-api/commit/3f0b367ae027370a81df716eb75c05703a1af905))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "aniwatch-api",
|
"name": "aniwatch-api",
|
||||||
"version": "1.36.3",
|
"version": "1.37.0",
|
||||||
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
|
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
|
||||||
"main": "src/server.ts",
|
"main": "src/server.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user