aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-03-03 17:47:47 +0000
committerConventional Changelog Action <[email protected]>2024-03-03 17:47:47 +0000
commit7e9e84b5c1575fbc7031d39155f1776fa89a0620 (patch)
tree84137b7357567068dbde8e55c46f03c6bd555860
parentc3a62605657ee020570300571bb387177d432741 (diff)
downloadaniwatch-api-7e9e84b5c1575fbc7031d39155f1776fa89a0620.tar.xz
aniwatch-api-7e9e84b5c1575fbc7031d39155f1776fa89a0620.zip
chore(release): v1.27.0 [skip ci]
-rw-r--r--CHANGELOG.md19
-rw-r--r--package.json2
2 files changed, 10 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1ead60..92df4cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [1.27.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.26.0...v1.27.0) (2024-03-03)
+
+
+### Features
+
+* add explicit interval time for convenience ([a4b08c4](https://github.com/ghoshRitesh12/aniwatch-api/commit/a4b08c435c0ed62c57a1a6a985e3eed25bb82c92))
+
+
+
# [1.26.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.25.0...v1.26.0) (2024-03-03)
@@ -31,13 +40,3 @@
-# [1.23.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.22.0...v1.23.0) (2024-02-19)
-
-
-### Features
-
-* update aniwatch domain name ([699b630](https://github.com/ghoshRitesh12/aniwatch-api/commit/699b630c4b66415222b0bb76e570ccfbedba0c75))
-* update decrypt key src ([3617c50](https://github.com/ghoshRitesh12/aniwatch-api/commit/3617c500d6780353b660e4e50040c9c80c9dbc45))
-
-
-
diff --git a/package.json b/package.json
index bf1ab7d..9acb0b0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.26.0",
+ "version": "1.27.0",
"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",