From e5fb1a36513cf3e70c59fa93472e0c9060e85a20 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 17 Dec 2024 15:26:42 +0000 Subject: [PATCH] chore(release): v2.4.4 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 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",