aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-11-22 09:48:34 +0000
committerConventional Changelog Action <[email protected]>2023-11-22 09:48:34 +0000
commitb9cf76d9aeb70e2dc1e5f2c31ec580f018a96812 (patch)
treefbd3e9f4e3e3a3d80ed3bde4f05dfc3b8746a9e3
parentc6e488657a8107e05ff8b1eaf572556cd8db35d3 (diff)
downloadaniwatch-api-b9cf76d9aeb70e2dc1e5f2c31ec580f018a96812.tar.xz
aniwatch-api-b9cf76d9aeb70e2dc1e5f2c31ec580f018a96812.zip
chore(release): v1.17.5 [skip ci]
-rw-r--r--CHANGELOG.md18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40ad3e1..bc06a4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [1.17.5](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.4...v1.17.5) (2023-11-22)
+
+
+### Bug Fixes
+
+* **#4 bug:** add otherInfo episodes clarification ([4afc916](https://github.com/ghoshRitesh12/aniwatch-api/commit/4afc916f7e9c90d9a19d2e4b7891c0c5bf83df08)), closes [#4](https://github.com/ghoshRitesh12/aniwatch-api/issues/4)
+
+
+
## [1.17.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.3...v1.17.4) (2023-11-22)
@@ -38,12 +47,3 @@
-# [1.17.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.16.0...v1.17.0) (2023-09-10)
-
-
-### Features
-
-* **legacyHeaders:** update `ratelimit` config ([f8f2883](https://github.com/ghoshRitesh12/aniwatch-api/commit/f8f2883f72136ebcb95d84f9c182bd03a7ad80fe))
-
-
-
diff --git a/package.json b/package.json
index 2b2fcb6..422a1c4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.17.4",
+ "version": "1.17.5",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",