aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-12-17 14:15:36 +0000
committerConventional Changelog Action <[email protected]>2023-12-17 14:15:36 +0000
commit9e6af98aafbec9818594287fb42e915464b49e6a (patch)
tree6c746a9676904d4a02159c58604f1d28b1620922
parent948183d279e0a020a10011f99e9e5fbb7c8b3ef8 (diff)
downloadaniwatch-api-9e6af98aafbec9818594287fb42e915464b49e6a.tar.xz
aniwatch-api-9e6af98aafbec9818594287fb42e915464b49e6a.zip
chore(release): v1.20.0 [skip ci]
-rw-r--r--CHANGELOG.md21
-rw-r--r--package.json2
2 files changed, 13 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4349334..d9b4eca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,31 +1,34 @@
-# [1.19.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.3...v1.19.0) (2023-12-16)
+# [1.20.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.19.0...v1.20.0) (2023-12-17)
### Features
-* add `anilistID` in response ([4cf7e46](https://github.com/ghoshRitesh12/aniwatch-api/commit/4cf7e460cfc5449fdeea29634fa24c4709473178))
+* **estimatedSchedule:** add `/schedule` endpoint controller ([caec8b6](https://github.com/ghoshRitesh12/aniwatch-api/commit/caec8b684d0afb5fb97ea6fd5a03e8001e2db648))
+* **estimatedSchedule:** add `/schedule` endpoint controller query params type ([0685c20](https://github.com/ghoshRitesh12/aniwatch-api/commit/0685c200dd0ccd3de9ed88996b1e55f0e7ce4bf7))
+* **estimatedSchedule:** add `/schedule` route ([a19d705](https://github.com/ghoshRitesh12/aniwatch-api/commit/a19d705c909827566d91841360aa472bdfbf6e82))
+* **estimatedSchedule:** add `estimatedSchedule` parser ([8826dd2](https://github.com/ghoshRitesh12/aniwatch-api/commit/8826dd276fe4a5ccab2b074d77191b81b265e528))
+* **estimatedSchedule:** add `EstimatedSchedule` types ([0ca9a82](https://github.com/ghoshRitesh12/aniwatch-api/commit/0ca9a82a2bd5b769e252424a78a08a17a62e9854))
-## [1.18.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.2...v1.18.3) (2023-11-29)
+# [1.19.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.3...v1.19.0) (2023-12-16)
+### Features
-## [1.18.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.1...v1.18.2) (2023-11-29)
+* add `anilistID` in response ([4cf7e46](https://github.com/ghoshRitesh12/aniwatch-api/commit/4cf7e460cfc5449fdeea29634fa24c4709473178))
-## [1.18.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.0...v1.18.1) (2023-11-29)
+## [1.18.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.2...v1.18.3) (2023-11-29)
-# [1.18.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.5...v1.18.0) (2023-11-29)
+## [1.18.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.1...v1.18.2) (2023-11-29)
-### Features
-* add check for vercel deployment ([c079bf8](https://github.com/ghoshRitesh12/aniwatch-api/commit/c079bf808ab2e6ec7fa58832f842b05e6212111a))
-* add vercel api entry point file ([5da81f1](https://github.com/ghoshRitesh12/aniwatch-api/commit/5da81f18ce271df71a80d63a19d2f6ce7da6d072))
+## [1.18.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.0...v1.18.1) (2023-11-29)
diff --git a/package.json b/package.json
index 132efec..4e4518e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.19.0",
+ "version": "1.20.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",