aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-08-13 09:07:53 +0000
committerConventional Changelog Action <[email protected]>2024-08-13 09:07:53 +0000
commit080d17818ff9ed7282670111b5775de0c424913e (patch)
tree08073a3170376037b6fda4f7814dde784b4971fd
parentbb7dc6b495ab829139ca75856f013694eaed4400 (diff)
downloadaniwatch-api-080d17818ff9ed7282670111b5775de0c424913e.tar.xz
aniwatch-api-080d17818ff9ed7282670111b5775de0c424913e.zip
chore(release): v1.38.1 [skip ci]
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e66b03..bfac0c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.38.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.0...v1.38.1) (2024-08-13)
+
+
+
# [1.38.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.37.0...v1.38.0) (2024-07-24)
@@ -37,7 +41,3 @@
-## [1.36.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.0...v1.36.1) (2024-07-15)
-
-
-
diff --git a/package.json b/package.json
index b80bada..98417f6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.38.0",
+ "version": "1.38.1",
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
"main": "src/server.ts",
"type": "module",