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

This commit is contained in:
Conventional Changelog Action
2024-12-23 12:45:17 +00:00
parent 2e93990d44
commit d939222757
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -1,3 +1,12 @@
# [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))
# [2.8.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.7.2...v2.8.0) (2024-12-21)
@@ -30,12 +39,3 @@
# [2.6.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.5.0...v2.6.0) (2024-12-19)
### Features
* **megacloud:** update aniwatch pkg ([cd41a54](https://github.com/ghoshRitesh12/aniwatch-api/commit/cd41a54a7ee968c2df8ad46de653c7617d13649f))
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
"version": "2.8.0",
"version": "2.9.0",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",