aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-12-18 18:21:50 +0000
committerConventional Changelog Action <[email protected]>2024-12-18 18:21:50 +0000
commita076d955504a640c2dadfee23ba6e1491a1fc9a2 (patch)
tree020c8b42061e0956e5a471757552b6bc4135fb64
parent2478279db71633b2d84f86c67f3b8ce9e5cfe32e (diff)
downloadaniwatch-api-a076d955504a640c2dadfee23ba6e1491a1fc9a2.tar.xz
aniwatch-api-a076d955504a640c2dadfee23ba6e1491a1fc9a2.zip
chore(release): v2.5.0 [skip ci]
-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 6c49857..df76cf6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [2.5.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.4...v2.5.0) (2024-12-18)
+
+
+### Features
+
+* **megacloud:** integrate https://github.com/drblgn/rabbit_wasm 's solution ([2478279](https://github.com/ghoshRitesh12/aniwatch-api/commit/2478279db71633b2d84f86c67f3b8ce9e5cfe32e))
+
+
+
## [2.4.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.3...v2.4.4) (2024-12-17)
@@ -34,12 +43,3 @@
-# [2.4.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.1...v2.4.0) (2024-12-17)
-
-
-### Features
-
-* **puppeteer:** add chromium deps and envs for seamless operation of puppeteer ([4275a65](https://github.com/ghoshRitesh12/aniwatch-api/commit/4275a65b9dc959e91a8eb388df5546b797c639a4))
-
-
-
diff --git a/package.json b/package.json
index de54809..f9a2544 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "2.4.4",
+ "version": "2.5.0",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",