diff options
| author | Koert Weber <[email protected]> | 2024-04-28 11:48:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-28 11:48:08 +0200 |
| commit | e03cf5564ae60187a3e1fab400ed004ebf8068fa (patch) | |
| tree | 3b748ae2f2e78f5892fd8bd692cac011f0fb0f0b | |
| parent | 2f0157ab33b21ff3cac33333d65dd1adcc3308ca (diff) | |
| parent | 3722ab13e1f66e668c618962ee36483e841c8901 (diff) | |
| download | aniwatch-api-e03cf5564ae60187a3e1fab400ed004ebf8068fa.tar.xz aniwatch-api-e03cf5564ae60187a3e1fab400ed004ebf8068fa.zip | |
Merge branch 'ghoshRitesh12:main' into main
| -rw-r--r-- | CHANGELOG.md | 19 | ||||
| -rw-r--r-- | 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", |
