diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d8e88..c7dc0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.14.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.14.3...v2.14.4) (2025-05-11) + + +### Bug Fixes + +* update `ANIWATCH_API_HOSTNAME` env ([1081c7b](https://github.com/ghoshRitesh12/aniwatch-api/commit/1081c7b7bb7305ab5440301ecba8728fe88af90b)) + + + ## [2.14.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.14.2...v2.14.3) (2025-05-11) @@ -25,7 +34,3 @@ -## [2.13.12](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.11...v2.13.12) (2025-05-11) - - - diff --git a/package.json b/package.json index bac659c..272e87a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.14.3", + "version": "2.14.4", "description": "Node.js API for obtaining anime information from hianimez.to", "main": "src/server.ts", "type": "module",