diff options
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab582c8..cf4a8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.21.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.2...v1.21.0) (2023-12-29) + + +### Features + +* add `malID` to episode srcs ([746e645](https://github.com/ghoshRitesh12/aniwatch-api/commit/746e645c2feb1ee7b7464f36d59522b1a2fe42bb)) + + + ## [1.20.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.1...v1.20.2) (2023-12-18) @@ -28,7 +37,3 @@ -## [1.18.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.2...v1.18.3) (2023-11-29) - - - diff --git a/package.json b/package.json index 11ee657..36d6f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.20.2", + "version": "1.21.0", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module", |
