aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-07-15 14:46:35 +0000
committerConventional Changelog Action <[email protected]>2024-07-15 14:46:35 +0000
commit968fca634e99ea138cef8ac79c463cee5137ba5e (patch)
treead8a578693788f8109b51bd54548954aff82f7fe
parent44ee297c2d8d9ce8c7621a8ea15094e6fc4bd89d (diff)
downloadaniwatch-api-968fca634e99ea138cef8ac79c463cee5137ba5e.tar.xz
aniwatch-api-968fca634e99ea138cef8ac79c463cee5137ba5e.zip
chore(release): v1.36.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 dd11c99..307d1aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.36.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.36.0...v1.36.1) (2024-07-15)
+
+
+
# [1.36.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.35.0...v1.36.0) (2024-07-13)
@@ -20,7 +24,3 @@
-## [1.34.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.34.0...v1.34.1) (2024-07-03)
-
-
-
diff --git a/package.json b/package.json
index 8e26614..5eaf71e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.36.0",
+ "version": "1.36.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",