diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ead60..92df4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.27.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.26.0...v1.27.0) (2024-03-03) + + +### Features + +* add explicit interval time for convenience ([a4b08c4](https://github.com/ghoshRitesh12/aniwatch-api/commit/a4b08c435c0ed62c57a1a6a985e3eed25bb82c92)) + + + # [1.26.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.25.0...v1.26.0) (2024-03-03) @@ -31,13 +40,3 @@ -# [1.23.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.22.0...v1.23.0) (2024-02-19) - - -### Features - -* update aniwatch domain name ([699b630](https://github.com/ghoshRitesh12/aniwatch-api/commit/699b630c4b66415222b0bb76e570ccfbedba0c75)) -* update decrypt key src ([3617c50](https://github.com/ghoshRitesh12/aniwatch-api/commit/3617c500d6780353b660e4e50040c9c80c9dbc45)) - - - diff --git a/package.json b/package.json index bf1ab7d..9acb0b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.26.0", + "version": "1.27.0", "description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios", "main": "src/server.ts", "type": "module",