aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-12-17 15:26:42 +0000
committerConventional Changelog Action <[email protected]>2024-12-17 15:26:42 +0000
commite5fb1a36513cf3e70c59fa93472e0c9060e85a20 (patch)
tree5e9df3e560f7003688ff411b31c6bf2428fa0ead
parent44478194e330f00070ab05ead36e13d87275d035 (diff)
downloadaniwatch-api-e5fb1a36513cf3e70c59fa93472e0c9060e85a20.tar.xz
aniwatch-api-e5fb1a36513cf3e70c59fa93472e0c9060e85a20.zip
chore(release): v2.4.4 [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 8363338..6c49857 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [2.4.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.3...v2.4.4) (2024-12-17)
+
+
+### Bug Fixes
+
+* **vercel:** try4 to fix 'cannot find module puppeteer-extra-plugin-stealth' ([4447819](https://github.com/ghoshRitesh12/aniwatch-api/commit/44478194e330f00070ab05ead36e13d87275d035)), closes [/github.com/vercel/pkg/issues/910#issuecomment-1374872029](https://github.com//github.com/vercel/pkg/issues/910/issues/issuecomment-1374872029)
+
+
+
## [2.4.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.2...v2.4.3) (2024-12-17)
@@ -34,12 +43,3 @@
-## [2.3.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.0...v2.3.1) (2024-12-17)
-
-
-### Bug Fixes
-
-* **bundled_file_error:** update aniwatch pkg ([d65d0f1](https://github.com/ghoshRitesh12/aniwatch-api/commit/d65d0f17cc26f53b053ea74e0161e6fa006a6e0d))
-
-
-
diff --git a/package.json b/package.json
index b49973a..70955af 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "2.4.3",
+ "version": "2.4.4",
"description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts",
"type": "module",