diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f21dab..545705d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.18.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.0...v1.18.1) (2023-11-29) + + + # [1.18.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.5...v1.18.0) (2023-11-29) @@ -44,7 +48,3 @@ -## [1.17.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.1...v1.17.2) (2023-09-25) - - - diff --git a/package.json b/package.json index 2223486..73c5c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.18.0", + "version": "1.18.1", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",