diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-17 15:06:01 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-17 15:06:01 +0000 |
| commit | 1f2d65d6443f2e640559c4961e0fa31bd2393f3e (patch) | |
| tree | 9dd5f755f149cb2925f86cd2b77e4edc98b15e18 | |
| parent | 3f81d6a3bb2d2744235fff19721c75f542e89a7f (diff) | |
| download | aniwatch-api-1f2d65d6443f2e640559c4961e0fa31bd2393f3e.tar.xz aniwatch-api-1f2d65d6443f2e640559c4961e0fa31bd2393f3e.zip | |
chore(release): v2.4.3 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 19 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c74884e..8363338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [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) + + + ## [2.4.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.1...v2.4.2) (2024-12-17) @@ -34,13 +43,3 @@ -# [2.3.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.2.1...v2.3.0) (2024-12-17) - - -### Features - -* add global constants ([54fe538](https://github.com/ghoshRitesh12/aniwatch-api/commit/54fe5389e13c3ae62a27c414af03cc6d5a260837)) -* **megacloud:** update aniwatch pkg, fixing `episode/sources` endpoint ([b70e654](https://github.com/ghoshRitesh12/aniwatch-api/commit/b70e65402eafec2e7d67f8335880bcb1dccccac5)) - - - diff --git a/package.json b/package.json index 4589d6f..e3ed0ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.4.2", + "version": "2.4.3", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
