diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-21 19:13:53 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-21 19:13:53 +0000 |
| commit | 2d5377cbc58bd84dcd0585798e77995265c8727b (patch) | |
| tree | fd791ad49c69719f6b4b11971831ec85c583a6c1 | |
| parent | 06d65461ef07cab4c5a984d6c79748bdb280b991 (diff) | |
| download | aniwatch-api-2d5377cbc58bd84dcd0585798e77995265c8727b.tar.xz aniwatch-api-2d5377cbc58bd84dcd0585798e77995265c8727b.zip | |
chore(release): v2.8.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 19 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c64851..f2c7d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.8.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.7.2...v2.8.0) (2024-12-21) + + +### Features + +* add `/v` endpoint for identifying api repo vesion ([062e662](https://github.com/ghoshRitesh12/aniwatch-api/commit/062e662fbcde1947694b39740b9896f75325959c)) +* **az-list:** add `/azlist/:sortOption` endpoint for scraping hianime's az-list animes ([861a897](https://github.com/ghoshRitesh12/aniwatch-api/commit/861a8979991dc2aaaa621e0e2bb9e016ad4dfe6c)) + + + ## [2.7.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.7.1...v2.7.2) (2024-12-19) @@ -29,12 +39,3 @@ -# [2.5.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.4...v2.5.0) (2024-12-18) - - -### Features - -* **megacloud:** integrate https://github.com/drblgn/rabbit_wasm 's solution ([2478279](https://github.com/ghoshRitesh12/aniwatch-api/commit/2478279db71633b2d84f86c67f3b8ce9e5cfe32e)) - - - diff --git a/package.json b/package.json index 937dcf4..2c41c18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.7.2", + "version": "2.8.0", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
