diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9d8fb..d26951e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [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)) + + + ## [2.13.1](https://github.com/ghoshRitesh12/aniwatch/compare/v2.13.0...v2.13.1) (2024-12-17) @@ -34,12 +47,3 @@ -# [2.12.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.11.1...v2.12.0) (2024-12-17) - - -### Features - -* add loading of injectable js file from raw githubusercontent instead ([d3fe5e9](https://github.com/ghoshRitesh12/aniwatch/commit/d3fe5e9d4f39eec65bcba3cbf81e3a72031449bf)) - - - diff --git a/package.json b/package.json index 2f5ea53..23aade9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "2.13.1", + "version": "2.14.0", "description": "📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)", "license": "MIT", "main": "dist/index.js",