From 04e12aac67545bd0e75e65d9783c5b479d5e92d8 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 21 Jul 2024 13:33:01 +0000 Subject: [PATCH] chore(release): v1.37.0 [skip ci] --- CHANGELOG.md | 26 ++++++++++++++++---------- package.json | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3708f4a..287e295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) - - - diff --git a/package.json b/package.json index 468d58f..2404021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", "main": "src/server.ts", "type": "module",