diff --git a/CHANGELOG.md b/CHANGELOG.md index bfac0c0..8761799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.38.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.1...v1.38.2) (2024-08-14) + + + ## [1.38.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.0...v1.38.1) (2024-08-13) @@ -37,7 +41,3 @@ -## [1.36.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.1...v1.36.2) (2024-07-15) - - - diff --git a/package.json b/package.json index 98417f6..275ba5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.38.1", + "version": "1.38.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",