From 3d511bcfa272f852d4257a0852f8e7b28b514049 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 11 Jun 2024 05:07:51 +0000 Subject: [PATCH] chore(release): v1.34.0 [skip ci] --- CHANGELOG.md | 19 +++++++++---------- package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d72cd7d..74bbb52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.34.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.4...v1.34.0) (2024-06-11) + + +### Features + +* update rate limit to 6 reqs every 30 mins ([8d82f44](https://github.com/ghoshRitesh12/aniwatch-api/commit/8d82f448963dcf54c75dc93ea572f104dffcc9fb)) + + + ## [1.33.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.3...v1.33.4) (2024-06-11) @@ -19,13 +28,3 @@ -# [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)) - - - diff --git a/package.json b/package.json index fb70d08..6b4a299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.33.4", + "version": "1.34.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",