diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9e541..b6a3195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.25.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.24.1...v1.25.0) (2024-03-03) + + +### Features + +* update rebranded domain name ([5562885](https://github.com/ghoshRitesh12/aniwatch-api/commit/5562885184e892743f14df199a21d9521deeb989)) + + + ## [1.24.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.24.0...v1.24.1) (2024-02-28) @@ -31,7 +40,3 @@ -## [1.21.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.3...v1.21.4) (2024-01-19) - - - diff --git a/package.json b/package.json index 16180af..b0ea983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.24.1", + "version": "1.25.0", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",