diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4a8ec..f80f103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.21.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.0...v1.21.1) (2024-01-07) + + + # [1.21.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.2...v1.21.0) (2023-12-29) @@ -28,12 +32,3 @@ -# [1.19.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.3...v1.19.0) (2023-12-16) - - -### Features - -* add `anilistID` in response ([4cf7e46](https://github.com/ghoshRitesh12/aniwatch-api/commit/4cf7e460cfc5449fdeea29634fa24c4709473178)) - - - diff --git a/package.json b/package.json index 36d6f92..c01ceb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.21.0", + "version": "1.21.1", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",