chore(release): v2.4.1 [skip ci]

This commit is contained in:
Conventional Changelog Action
2024-12-17 14:28:42 +00:00
parent 95d818e371
commit 244847f45e
2 changed files with 10 additions and 14 deletions
+9 -13
View File
@@ -1,3 +1,12 @@
## [2.4.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.0...v2.4.1) (2024-12-17)
### Bug Fixes
* **vercel:** try1 to fix 'cannot find module puppeteer-extra-plugin-stealth' ([95d818e](https://github.com/ghoshRitesh12/aniwatch-api/commit/95d818e3713ced95e81323bc609459c6b106154a))
# [2.4.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.1...v2.4.0) (2024-12-17)
@@ -30,16 +39,3 @@
# [2.2.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.1.0...v2.2.0) (2024-12-07)
### Features
* **cache:** add `AniwatchAPICache` class to implement API caching layer ([b7d036d](https://github.com/ghoshRitesh12/aniwatch-api/commit/b7d036dbe29fcfa39c6573a0f02888093eb43d78))
* **cache:** add middleware to insert `CACHE_CONFIG` variable in request context ([da83048](https://github.com/ghoshRitesh12/aniwatch-api/commit/da83048f908c1505cc1157a8344ab1a75208130d))
* **cache:** integrated Redis caching layer for endpoint responses ([5cd99fc](https://github.com/ghoshRitesh12/aniwatch-api/commit/5cd99fcc642e54c1f26306a722d5ebeb8fff75a3))
* **envs:** standardized env examples and add new redis connection url env ([9d379ec](https://github.com/ghoshRitesh12/aniwatch-api/commit/9d379ec4fe99782dc8e5340f2895cf11399bb1f9))
* **server:** add aniwatch variables types for type-safe req context variable access ([db02218](https://github.com/ghoshRitesh12/aniwatch-api/commit/db022185efd04d4382883de543d3f3399cd28a6b))
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
"version": "2.4.0",
"version": "2.4.1",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",