diff options
| author | Conventional Changelog Action <[email protected]> | 2025-01-01 08:15:12 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2025-01-01 08:15:12 +0000 |
| commit | 54c61abcdcd78e088f68c7dc640af5eab96b41bc (patch) | |
| tree | b4d187942eec41338b1827781d70888b985a9337 | |
| parent | 00cd0f71f6391d4e12866c61fce0a436a767c1fc (diff) | |
| download | aniwatch-api-54c61abcdcd78e088f68c7dc640af5eab96b41bc.tar.xz aniwatch-api-54c61abcdcd78e088f68c7dc640af5eab96b41bc.zip | |
chore(release): v2.11.1 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d78207..66a4239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.11.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.11.0...v2.11.1) (2025-01-01) + + +### Bug Fixes + +* **ts build error:** fixed ts build error due to conflicting types ([cb5a467](https://github.com/ghoshRitesh12/aniwatch-api/commit/cb5a4672a8c3b0729bbb4522a3af252f7b336b97)) + + + # [2.11.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.10.0...v2.11.0) (2024-12-25) @@ -37,7 +46,3 @@ -## [2.7.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.7.1...v2.7.2) (2024-12-19) - - - diff --git a/package.json b/package.json index e49ea76..db2dc63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.11.0", + "version": "2.11.1", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
