diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-17 14:58:01 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-17 14:58:01 +0000 |
| commit | fa726684635f37a0ac5da503b874d46d31d3e787 (patch) | |
| tree | 153ebcd0efa03c859549e55ae82cd4591cb5c038 | |
| parent | f5ec625c6ec2255ea61117ade842df424cd7aa85 (diff) | |
| download | aniwatch-api-fa726684635f37a0ac5da503b874d46d31d3e787.tar.xz aniwatch-api-fa726684635f37a0ac5da503b874d46d31d3e787.zip | |
chore(release): v2.4.2 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf26cb3..c74884e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.4.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.1...v2.4.2) (2024-12-17) + + +### Bug Fixes + +* **vercel:** try2 to fix 'cannot find module puppeteer-extra-plugin-stealth' ([f5ec625](https://github.com/ghoshRitesh12/aniwatch-api/commit/f5ec625c6ec2255ea61117ade842df424cd7aa85)), closes [/github.com/vercel/pkg/issues/910#issuecomment-1032839383](https://github.com//github.com/vercel/pkg/issues/910/issues/issuecomment-1032839383) + + + ## [2.4.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.0...v2.4.1) (2024-12-17) @@ -35,7 +44,3 @@ -## [2.2.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.2.0...v2.2.1) (2024-12-07) - - - diff --git a/package.json b/package.json index 002ac09..d81a7f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.4.1", + "version": "2.4.2", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
