diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-23 12:45:17 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-23 12:45:17 +0000 |
| commit | d939222757468c67d3e15f1a03d66095804dfc0c (patch) | |
| tree | e13aec766789b16e4f68ee9ace21e52accdb39f8 | |
| parent | 2e93990d443e7560d5e145406133c5b9899e75e6 (diff) | |
| download | aniwatch-api-d939222757468c67d3e15f1a03d66095804dfc0c.tar.xz aniwatch-api-d939222757468c67d3e15f1a03d66095804dfc0c.zip | |
chore(release): v2.9.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | 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", |
