diff --git a/CHANGELOG.md b/CHANGELOG.md index c7dc0a8..40af567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.14.5](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.14.4...v2.14.5) (2025-05-11) + + +### Bug Fixes + +* update `ANIWATCH_API_HOSTNAME`ยง env example ([d2812d1](https://github.com/ghoshRitesh12/aniwatch-api/commit/d2812d13bf5d285ce294d39a48d01020437f30ab)) + + + ## [2.14.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.14.3...v2.14.4) (2025-05-11) @@ -24,13 +33,3 @@ -# [2.14.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.13.12...v2.14.0) (2025-05-11) - - -### Features - -* add format-package-json script for JSON formatting ([9bea3e5](https://github.com/ghoshRitesh12/aniwatch-api/commit/9bea3e51ca2fbab6515272735564ca34f19d2b59)) -* implement preCommit script for formatting package.json ([7a87c7f](https://github.com/ghoshRitesh12/aniwatch-api/commit/7a87c7fa325b03df0e4e4924bad9eb17e3db3d12)) - - - diff --git a/package.json b/package.json index 272e87a..e4ac952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.14.4", + "version": "2.14.5", "description": "Node.js API for obtaining anime information from hianimez.to", "main": "src/server.ts", "type": "module",