diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7ba22..03af9ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.9.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.1...v1.9.2) (2023-08-19) + + + ## [1.9.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.0...v1.9.1) (2023-08-19) @@ -55,7 +59,3 @@ -## [1.6.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.6.1...v1.6.2) (2023-08-13) - - - diff --git a/package.json b/package.json index 02f8d90..7e3970e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.9.1", + "version": "1.9.2", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "scripts": {