From 5c7dcb325e160c65b0743c128dcef0e35e7335c6 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 28 Apr 2024 10:17:42 +0000 Subject: [PATCH] chore(release): v1.33.0 [skip ci] --- CHANGELOG.md | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f4cf2..31052b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.33.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.32.0...v1.33.0) (2024-04-28) + + +### Features + +* added characters and voice actors to `/info` endpoint response ([f626119](https://github.com/ghoshRitesh12/aniwatch-api/commit/f6261199f8e83fd52714055023d033afbc09e53f)) +* added promotional videos to `/info` endpoint response ([8abde11](https://github.com/ghoshRitesh12/aniwatch-api/commit/8abde11e7b09652447938afda936b0fa2bca7c76)) + + + # [1.32.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.31.0...v1.32.0) (2024-04-28) @@ -55,14 +65,3 @@ -# [1.28.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.27.1...v1.28.0) (2024-03-12) - - -### Features - -* add json rate limit response; replace `max` with `limit` ([870fae7](https://github.com/ghoshRitesh12/aniwatch-api/commit/870fae700b56cc20010296387e3d9cda8330560c)) -* disabled `ratelimit` & `dont_sleep` for personal deployments ([8565619](https://github.com/ghoshRitesh12/aniwatch-api/commit/8565619f3ab2616b7fbeca7681f063730693a82e)) -* update api home page ([112e532](https://github.com/ghoshRitesh12/aniwatch-api/commit/112e532331fa3001d263457bff001c201b89d136)) - - - diff --git a/package.json b/package.json index cb6c105..71589e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.32.0", + "version": "1.33.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",