diff --git a/CHANGELOG.md b/CHANGELOG.md index c89879c..833c332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.15.1](https://github.com/ghoshRitesh12/aniwatch/compare/v2.15.0...v2.15.1) (2024-12-19) + + +### Bug Fixes + +* **megacloud): `WebAssembly.instantiate(:** Argument 0 must be a buffer source` error ([277719e](https://github.com/ghoshRitesh12/aniwatch/commit/277719eb50150ddb77be609b5e014a51aef6657e)) + + + # [2.15.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.14.3...v2.15.0) (2024-12-19) @@ -34,16 +43,3 @@ -# [2.14.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.13.1...v2.14.0) (2024-12-18) - - -### Features - -* **megacloud:** add megacloud decoded png ([223c197](https://github.com/ghoshRitesh12/aniwatch/commit/223c197d8467b8e3605be5b69f02883b5c20d98d)) -* **megacloud:** integrate https://github.com/drblgn/rabbit_wasm 's solution ([e2744f8](https://github.com/ghoshRitesh12/aniwatch/commit/e2744f8fe7107f2395a826802d89dd3488d3369f)) -* **megacloud:** integrate https://github.com/drblgn/rabbit_wasm 's solution ([1725dd0](https://github.com/ghoshRitesh12/aniwatch/commit/1725dd04ce479b6a3bdc3ef9ffe3a6bf4ffa26c1)) -* **megacloud:** remove `extractUsingPuppeteer` method & add `extract2` ([a6a622e](https://github.com/ghoshRitesh12/aniwatch/commit/a6a622e0cdbadcb80cd96abd12e04f9b71039728)) -* **megacloud:** use `extract2` method ([9b4b620](https://github.com/ghoshRitesh12/aniwatch/commit/9b4b6206218ae712966ea25eea2c4596197888e5)) - - - diff --git a/package.json b/package.json index 0562a62..82b8fd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "2.15.0", + "version": "2.15.1", "description": "📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)", "license": "MIT", "main": "dist/index.js",