diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e526b..d03bf57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.13.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.12.0...v1.13.0) (2023-08-20) + + +### Features + +* added render deploy step ([f34f915](https://github.com/ghoshRitesh12/aniwatch-api/commit/f34f91561b692a383dd8145f231f8c6bab91013f)) + + + # [1.12.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.11.0...v1.12.0) (2023-08-20) @@ -37,7 +46,3 @@ -## [1.9.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.1...v1.9.2) (2023-08-19) - - - diff --git a/package.json b/package.json index 1d5291a..e97b0a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.12.0", + "version": "1.13.0", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "scripts": {