From 3722ab13e1f66e668c618962ee36483e841c8901 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 28 Apr 2024 08:41:46 +0000 Subject: chore(release): v1.32.0 [skip ci] --- CHANGELOG.md | 19 +++++++++++++++---- package.json | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2226e..e5f4cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.32.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.31.0...v1.32.0) (2024-04-28) + + +### Bug Fixes + +* fixed table spacing ([0a291ad](https://github.com/ghoshRitesh12/aniwatch-api/commit/0a291ad659aa9095fa443cfd55b094b2036920da)) + + +### Features + +* added raw servers to `/servers` endpoint response ([ffebb03](https://github.com/ghoshRitesh12/aniwatch-api/commit/ffebb03bc9a0f362e44603c6f71a276567d08c30)) +* added the ability to grab episode sources from raw servers in endpoint `/episode-srcs` ([a0d039e](https://github.com/ghoshRitesh12/aniwatch-api/commit/a0d039ecc120cfeb8352c6b525ee1e766555f9ec)) + + + # [1.31.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.30.0...v1.31.0) (2024-04-21) @@ -51,7 +66,3 @@ -## [1.27.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.27.0...v1.27.1) (2024-03-03) - - - diff --git a/package.json b/package.json index e2fbfab..cb6c105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.31.0", + "version": "1.32.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", -- cgit v1.2.3