diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f4376..70ae039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.22.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.4...v1.22.0) (2024-01-22) + + +### Features + +* add render deployment config file ([a0cdb59](https://github.com/ghoshRitesh12/aniwatch-api/commit/a0cdb59f74d6f1994ba84faa6430933edb505182)) + + + ## [1.21.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.3...v1.21.4) (2024-01-19) @@ -14,12 +23,3 @@ -# [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)) - - - diff --git a/package.json b/package.json index 5aa1fd6..93af63a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.21.4", + "version": "1.22.0", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "type": "module",