aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1db45a8..7082257 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [2.7.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.7.0...v2.7.1) (2024-12-19)
+
+
+### Bug Fixes
+
+* **megacloud): `WebAssembly.instantiate(:** Argument 0 must be a buffer source` error ([374c87c](https://github.com/ghoshRitesh12/aniwatch-api/commit/374c87cf8a8fc47791a5da1215272cae6cee233a))
+
+
+
# [2.7.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.6.0...v2.7.0) (2024-12-19)
@@ -34,12 +43,3 @@
-## [2.4.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.2...v2.4.3) (2024-12-17)
-
-
-### Bug Fixes
-
-* **vercel:** try3 to fix 'cannot find module puppeteer-extra-plugin-stealth' ([3f81d6a](https://github.com/ghoshRitesh12/aniwatch-api/commit/3f81d6a3bb2d2744235fff19721c75f542e89a7f)), closes [/github.com/vercel/pkg/issues/910#issuecomment-1032839383](https://github.com//github.com/vercel/pkg/issues/910/issues/issuecomment-1032839383)
-
-
-
diff --git a/package.json b/package.json
index 57c01bf..6bd3e95 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",