diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-17 14:28:42 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-17 14:28:42 +0000 |
| commit | 244847f45e12c8d8aed9978901120b52a3cc18db (patch) | |
| tree | 60b47b453b6be2cdbe08248e7dd7f9ae8c982a24 | |
| parent | 95d818e3713ced95e81323bc609459c6b106154a (diff) | |
| download | aniwatch-api-244847f45e12c8d8aed9978901120b52a3cc18db.tar.xz aniwatch-api-244847f45e12c8d8aed9978901120b52a3cc18db.zip | |
chore(release): v2.4.1 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 22 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9566c4a..cf26cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) - - - diff --git a/package.json b/package.json index 259dbcf..1403804 100644 --- a/package.json +++ b/package.json @@ -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", |
