aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-03-03 18:14:00 +0000
committerConventional Changelog Action <[email protected]>2024-03-03 18:14:00 +0000
commitca368db57eebaba6c0bafda20e024b6db59371d2 (patch)
treeaef506781271274b1ecfa519fab85c9b1176e353
parent5b6608c2c83aea3f5081fb8abc50df2cba761ae1 (diff)
downloadaniwatch-api-ca368db57eebaba6c0bafda20e024b6db59371d2.tar.xz
aniwatch-api-ca368db57eebaba6c0bafda20e024b6db59371d2.zip
chore(release): v1.27.1 [skip ci]
-rw-r--r--CHANGELOG.md14
-rw-r--r--package.json2
2 files changed, 5 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92df4cc..325ce4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.27.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.27.0...v1.27.1) (2024-03-03)
+
+
+
# [1.27.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.26.0...v1.27.0) (2024-03-03)
@@ -30,13 +34,3 @@
-# [1.24.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.23.0...v1.24.0) (2024-02-25)
-
-
-### Features
-
-* add MegaCloud extractor ([c634f6e](https://github.com/ghoshRitesh12/aniwatch-api/commit/c634f6e560bdb3b8dec2333439a3e285813e6532))
-* replace RapidCloud extractor for MegaCloud ([74e9455](https://github.com/ghoshRitesh12/aniwatch-api/commit/74e9455890c176e51f89e59a9bc909cd959dc09f))
-
-
-
diff --git a/package.json b/package.json
index 9acb0b0..a367d85 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.27.0",
+ "version": "1.27.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",