diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-25 12:45:24 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-25 12:45:24 +0000 |
| commit | a2dabdcdbdb6a0a805dd109210e09ecab7bc82ea (patch) | |
| tree | 07eaaf930b0bae8ff9e10b7793f0fd39b45142c9 | |
| parent | b844d0b1e1a17f97c05fb911f2eb9da125df5001 (diff) | |
| download | aniwatch-api-a2dabdcdbdb6a0a805dd109210e09ecab7bc82ea.tar.xz aniwatch-api-a2dabdcdbdb6a0a805dd109210e09ecab7bc82ea.zip | |
chore(release): v2.11.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b11be41..3d78207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.11.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.10.0...v2.11.0) (2024-12-25) + + +### Features + +* **`/qtip`:** add new `/qtip` endpoint ([f0acd89](https://github.com/ghoshRitesh12/aniwatch-api/commit/f0acd89d87e5e62c12e20a95225ca9261fefe411)) + + + # [2.10.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.9.0...v2.10.0) (2024-12-24) @@ -32,12 +41,3 @@ -## [2.7.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.7.0...v2.7.1) (2024-12-19) - - -### Bug Fixes - -* **megacloud): `WebAssembly.instantiate(:** Argument 0 must be a buffer source` error ([374c87c](https://github.com/ghoshRitesh12/aniwatch-api/commit/374c87cf8a8fc47791a5da1215272cae6cee233a)) - - - diff --git a/package.json b/package.json index 666a8a5..dff6e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.10.0", + "version": "2.11.0", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
