diff options
| author | Conventional Changelog Action <[email protected]> | 2024-05-10 05:15:27 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-05-10 05:15:27 +0000 |
| commit | df0d3f676cdef4c0a08b9717ec0b667bbe18e5c6 (patch) | |
| tree | de5890ba95919d3dba8e96fcbb35c6f40468b2a0 | |
| parent | 10daece49d0cfdec7476b424c9a8b424978b4b95 (diff) | |
| download | aniwatch-api-df0d3f676cdef4c0a08b9717ec0b667bbe18e5c6.tar.xz aniwatch-api-df0d3f676cdef4c0a08b9717ec0b667bbe18e5c6.zip | |
chore(release): v1.33.2 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 15 deletions
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", |
