From d939222757468c67d3e15f1a03d66095804dfc0c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 23 Dec 2024 12:45:17 +0000 Subject: [PATCH] chore(release): v2.9.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c7d32..2b18da3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) - - - diff --git a/package.json b/package.json index 2c41c18..0eda5aa 100644 --- a/package.json +++ b/package.json @@ -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",