diff --git a/CHANGELOG.md b/CHANGELOG.md index 829c60d..ab582c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.20.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.1...v1.20.2) (2023-12-18) + + + ## [1.20.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.0...v1.20.1) (2023-12-17) @@ -28,7 +32,3 @@ -## [1.18.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.1...v1.18.2) (2023-11-29) - - - diff --git a/package.json b/package.json index 07b01dd..11ee657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.20.1", + "version": "1.20.2", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",