aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-12-24 11:40:37 +0000
committerConventional Changelog Action <[email protected]>2024-12-24 11:40:37 +0000
commitc4d4c1edb174deec88d730f811df3607ff753908 (patch)
treee8e237616fa1d9c857fc229bc8bda36be5f77948
parentda6699ba224451e0d1a1d2cac569d314ea9c29b3 (diff)
downloadaniwatch-api-c4d4c1edb174deec88d730f811df3607ff753908.tar.xz
aniwatch-api-c4d4c1edb174deec88d730f811df3607ff753908.zip
chore(release): v2.10.0 [skip ci]
-rw-r--r--CHANGELOG.md20
-rw-r--r--package.json2
2 files changed, 12 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b18da3..b11be41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# [2.10.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.9.0...v2.10.0) (2024-12-24)
+
+
+### Features
+
+* **cache:** add cacheConfigSetter & cacheControlMiddleware by [#90](https://github.com/ghoshRitesh12/aniwatch-api/issues/90) ([5f1f216](https://github.com/ghoshRitesh12/aniwatch-api/commit/5f1f2167dfe2b99f53743e59c8354a6f8e886566))
+* **errorHandling:** add error handlers config file ([da19fb7](https://github.com/ghoshRitesh12/aniwatch-api/commit/da19fb7e869c7a9f4007b8bf1439c08e5fe684f7))
+* use refactored error handlers and cache middlewares ([da6699b](https://github.com/ghoshRitesh12/aniwatch-api/commit/da6699ba224451e0d1a1d2cac569d314ea9c29b3))
+
+
+
# [2.9.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.8.0...v2.9.0) (2024-12-23)
@@ -30,12 +41,3 @@
-# [2.7.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.6.0...v2.7.0) (2024-12-19)
-
-
-### Features
-
-* update dockerfile, remove chromium and related envs ([11462f3](https://github.com/ghoshRitesh12/aniwatch-api/commit/11462f309a6e73d041a8eafe12c0f6cdc3f5b9ac))
-
-
-
diff --git a/package.json b/package.json
index 0eda5aa..85e84ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "2.9.0",
+ "version": "2.10.0",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",