From 160eb2222b1a01147913f53a32175a2b6a28b0fd Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 18 Jul 2024 18:23:52 +0000 Subject: [PATCH] chore(release): v1.36.3 [skip ci] --- CHANGELOG.md | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255de94..3708f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.36.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.2...v1.36.3) (2024-07-18) + + +### Bug Fixes + +* fixed tests regarding episode sources ([bf2c69e](https://github.com/ghoshRitesh12/aniwatch-api/commit/bf2c69e7abf161f611d8b5c85248d63548211e79)) +* fixed using specific server for episode sources ([4437ef2](https://github.com/ghoshRitesh12/aniwatch-api/commit/4437ef24cc224e784701fbed2fa26e1ce90e04a5)) + + + ## [1.36.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.1...v1.36.2) (2024-07-15) @@ -20,7 +30,3 @@ -## [1.34.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.34.2...v1.34.3) (2024-07-13) - - - diff --git a/package.json b/package.json index 6eeba43..468d58f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.36.2", + "version": "1.36.3", "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",