diff --git a/CHANGELOG.md b/CHANGELOG.md index dd19209..974b412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.33.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.1...v1.33.2) (2024-05-10) + + + ## [1.33.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.0...v1.33.1) (2024-05-02) @@ -46,17 +50,3 @@ -# [1.30.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.29.0...v1.30.0) (2024-04-14) - - -### Bug Fixes - -* Removed unnecessary attributes from Anime interface ([4682af6](https://github.com/ghoshRitesh12/aniwatch-api/commit/4682af675db9434b389d044d29fd551822542d88)) - - -### Features - -* added mal and anilist id to anime info endpoint ([55eaf06](https://github.com/ghoshRitesh12/aniwatch-api/commit/55eaf060816f7ba05c12b1d1dcfa5404f0abde20)) - - - diff --git a/package.json b/package.json index 29e044f..a84d48c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.33.1", + "version": "1.33.2", "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",