aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2025-03-20 17:32:50 +0000
committerConventional Changelog Action <[email protected]>2025-03-20 17:32:50 +0000
commit23007fe0b7db589e666ba7f60deb24710c8bf65b (patch)
tree6a8d41051bf2c617fff0267d7d2016c1db894cf0
parent059872346c7537f3ca52d6c6bca9a9eea1a07227 (diff)
downloadaniwatch-api-23007fe0b7db589e666ba7f60deb24710c8bf65b.tar.xz
aniwatch-api-23007fe0b7db589e666ba7f60deb24710c8bf65b.zip
chore(release): v2.11.3 [skip ci]HEADmain
-rw-r--r--CHANGELOG.md13
-rw-r--r--package.json2
2 files changed, 5 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1570790..a666c89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [2.11.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.11.2...v2.11.3) (2025-03-20)
+
+
+
## [2.11.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.11.1...v2.11.2) (2025-03-15)
@@ -31,12 +35,3 @@
-# [2.9.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.8.0...v2.9.0) (2024-12-23)
-
-
-### Features
-
-* **cache:** add Cache-Control middleware and update .env.example ([f1f5db8](https://github.com/ghoshRitesh12/aniwatch-api/commit/f1f5db84f98818af2c047ea375832e5ded5f021a))
-
-
-
diff --git a/package.json b/package.json
index 0dbffdc..6d71670 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "2.11.2",
+ "version": "2.11.3",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",