aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-01-07 11:55:51 +0000
committerConventional Changelog Action <[email protected]>2024-01-07 11:55:51 +0000
commit486eadf8a45e04e858e45cd406420a036c929a6b (patch)
tree5777e184b06349745ac6dafb09c0f89b4c3d0d08
parent47f1aa2c04824675e40d71482dfd27035ac99a9b (diff)
downloadaniwatch-api-486eadf8a45e04e858e45cd406420a036c929a6b.tar.xz
aniwatch-api-486eadf8a45e04e858e45cd406420a036c929a6b.zip
chore(release): v1.21.2 [skip ci]
-rw-r--r--CHANGELOG.md17
-rw-r--r--package.json2
2 files changed, 5 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f80f103..01ee7d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.21.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.1...v1.21.2) (2024-01-07)
+
+
+
## [1.21.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.0...v1.21.1) (2024-01-07)
@@ -19,16 +23,3 @@
-# [1.20.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.19.0...v1.20.0) (2023-12-17)
-
-
-### Features
-
-* **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))
-
-
-
diff --git a/package.json b/package.json
index e1a4b75..af80878 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.21.1",
+ "version": "1.21.2",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",