diff --git a/CHANGELOG.md b/CHANGELOG.md index 287e295..2e66b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.38.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.37.0...v1.38.0) (2024-07-24) + + +### Features + +* add `jname` field to Anime interface ([c65d786](https://github.com/ghoshRitesh12/aniwatch-api/commit/c65d786673c4369b8d617a6972d01b7ad3a51954)) + + + # [1.37.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.3...v1.37.0) (2024-07-21) @@ -32,7 +41,3 @@ -# [1.36.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.35.0...v1.36.0) (2024-07-13) - - - diff --git a/package.json b/package.json index 2404021..b80bada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.37.0", + "version": "1.38.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",