diff options
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e53b323..e50fc6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.10.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.10.0...v1.10.1) (2023-08-19) + + +### Bug Fixes + +* added `healthcheck` awake ([2b22cc6](https://github.com/ghoshRitesh12/aniwatch-api/commit/2b22cc641e30633908cddd625b0695047602e68c)) + + + # [1.10.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.2...v1.10.0) (2023-08-19) @@ -37,12 +46,3 @@ -# [1.8.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.7.0...v1.8.0) (2023-08-18) - - -### Features - -* updated rapidcloud ajax url ([326e13a](https://github.com/ghoshRitesh12/aniwatch-api/commit/326e13ad20f60f478c2e4c98bd30653ca9cad460)) - - - diff --git a/package.json b/package.json index e81061a..0ea1432 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.10.0", + "version": "1.10.1", "description": "Node Express API for obtaining anime information from aniwatch", "main": "ts-node src/server.ts", "scripts": { |
