diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-19 11:42:26 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-19 11:42:26 +0000 |
| commit | adff08dc2107ca9175ca3c566d9be65995a3aa94 (patch) | |
| tree | 5239446013bad73d99bee9f732201c753fa8ffbb | |
| parent | 374c87cf8a8fc47791a5da1215272cae6cee233a (diff) | |
| download | aniwatch-api-adff08dc2107ca9175ca3c566d9be65995a3aa94.tar.xz aniwatch-api-adff08dc2107ca9175ca3c566d9be65995a3aa94.zip | |
chore(release): v2.7.1 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db45a8..7082257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.7.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.7.0...v2.7.1) (2024-12-19) + + +### Bug Fixes + +* **megacloud): `WebAssembly.instantiate(:** Argument 0 must be a buffer source` error ([374c87c](https://github.com/ghoshRitesh12/aniwatch-api/commit/374c87cf8a8fc47791a5da1215272cae6cee233a)) + + + # [2.7.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.6.0...v2.7.0) (2024-12-19) @@ -34,12 +43,3 @@ -## [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) - - - diff --git a/package.json b/package.json index 57c01bf..6bd3e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.7.0", + "version": "2.7.1", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", |
