diff --git a/CHANGELOG.md b/CHANGELOG.md index 68af419..5b50929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.16.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.15.0...v2.16.0) (2025-06-17) + + +### Features + +* update aniwatch pkg ([89644e2](https://github.com/ghoshRitesh12/aniwatch-api/commit/89644e2d2e4bc652c7062636113ffdcb2bb1df32)) + + + # [2.15.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.14.5...v2.15.0) (2025-05-25) @@ -36,7 +45,3 @@ -## [2.14.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.14.1...v2.14.2) (2025-05-11) - - - diff --git a/package.json b/package.json index 8d564ff..504bce5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.15.0", + "version": "2.16.0", "description": "NodeJS API for obtaining anime data from hianimez.to", "main": "dist/src/server.js", "type": "module",