aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2025-03-15 17:25:17 +0000
committerConventional Changelog Action <[email protected]>2025-03-15 17:25:17 +0000
commitcbfc462d5e4ec8b7a095331fb12a132a1d4afb74 (patch)
tree3ae8a74e94e80fe7628a21d28bd6fdfcb864d7d4
parente0f873fc87eaea2bf9a02d4025545576d5911130 (diff)
downloadaniwatch-api-cbfc462d5e4ec8b7a095331fb12a132a1d4afb74.tar.xz
aniwatch-api-cbfc462d5e4ec8b7a095331fb12a132a1d4afb74.zip
chore(release): v2.11.2 [skip ci]
-rw-r--r--CHANGELOG.md14
-rw-r--r--package.json2
2 files changed, 5 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66a4239..1570790 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [2.11.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.11.1...v2.11.2) (2025-03-15)
+
+
+
## [2.11.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.11.0...v2.11.1) (2025-01-01)
@@ -36,13 +40,3 @@
-# [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))
-
-
-
diff --git a/package.json b/package.json
index 1f4e83c..0dbffdc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "2.11.1",
+ "version": "2.11.2",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",