diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c49857..df76cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.5.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.4...v2.5.0) (2024-12-18) + + +### Features + +* **megacloud:** integrate https://github.com/drblgn/rabbit_wasm 's solution ([2478279](https://github.com/ghoshRitesh12/aniwatch-api/commit/2478279db71633b2d84f86c67f3b8ce9e5cfe32e)) + + + ## [2.4.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.3...v2.4.4) (2024-12-17) @@ -34,12 +43,3 @@ -# [2.4.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.1...v2.4.0) (2024-12-17) - - -### Features - -* **puppeteer:** add chromium deps and envs for seamless operation of puppeteer ([4275a65](https://github.com/ghoshRitesh12/aniwatch-api/commit/4275a65b9dc959e91a8eb388df5546b797c639a4)) - - - diff --git a/package.json b/package.json index de54809..f9a2544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.4.4", + "version": "2.5.0", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module",