diff --git a/CHANGELOG.md b/CHANGELOG.md index c742b84..bc9e541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.24.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.24.0...v1.24.1) (2024-02-28) + + + # [1.24.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.23.0...v1.24.0) (2024-02-25) @@ -31,7 +35,3 @@ -## [1.21.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.2...v1.21.3) (2024-01-07) - - - diff --git a/package.json b/package.json index 9077b22..16180af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.24.0", + "version": "1.24.1", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",