aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-10-04 06:48:09 +0000
committerConventional Changelog Action <[email protected]>2024-10-04 06:48:09 +0000
commit1f3ddc980c15edcbf6d29403b0f54ca4c1f189f3 (patch)
tree454b8303e50e2e71367fec1551fe09e35334ff5d
parent3813902aaa4452612ef0b4a792a294a97581c87c (diff)
downloadaniwatch-api-1f3ddc980c15edcbf6d29403b0f54ca4c1f189f3.tar.xz
aniwatch-api-1f3ddc980c15edcbf6d29403b0f54ca4c1f189f3.zip
chore(release): v1.38.4 [skip ci]
-rw-r--r--CHANGELOG.md20
-rw-r--r--package.json2
2 files changed, 5 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cce82bd..7327cab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.38.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.3...v1.38.4) (2024-10-04)
+
+
+
## [1.38.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.2...v1.38.3) (2024-09-05)
@@ -19,19 +23,3 @@
-# [1.37.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.3...v1.37.0) (2024-07-21)
-
-
-### Bug Fixes
-
-* added japanese anime names to all responses ([94664ab](https://github.com/ghoshRitesh12/aniwatch-api/commit/94664abdfdf1be8820f96afe081182f59281f4cb))
-
-
-### Features
-
-* added `mostPopular`, `mostFavorite` and `latestCompleted` to the home route response ([5d92946](https://github.com/ghoshRitesh12/aniwatch-api/commit/5d929461ce918006b9c3977e5af5f76799e820b3))
-* added episode count to top airing anime ([62fa83a](https://github.com/ghoshRitesh12/aniwatch-api/commit/62fa83a56d5e5ea4cc5e7b38b478208b0c5e6a72))
-* added episode number to estimated anime schedule ([bdfebb5](https://github.com/ghoshRitesh12/aniwatch-api/commit/bdfebb5e320c15ae9de1a57a66b6a4602bcebf4d))
-
-
-
diff --git a/package.json b/package.json
index 910bec1..e94610e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.38.3",
+ "version": "1.38.4",
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)",
"main": "src/server.ts",
"type": "module",