diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c0229..738eb26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.12.2](https://github.com/ghoshRitesh12/aniwatch/compare/v2.12.1...v2.12.2) (2024-12-17) + + +### Bug Fixes + +* **vercel:** try2 to fix 'cannot find module puppeteer-extra-plugin-stealth' ([9d5fe79](https://github.com/ghoshRitesh12/aniwatch/commit/9d5fe795475a4405bd072d44e5de9f013e3b13a8)), closes [/github.com/vercel/pkg/issues/910#issuecomment-1032839383](https://github.com//github.com/vercel/pkg/issues/910/issues/issuecomment-1032839383) + + + ## [2.12.1](https://github.com/ghoshRitesh12/aniwatch/compare/v2.12.0...v2.12.1) (2024-12-17) @@ -29,12 +38,3 @@ -# [2.10.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.9.0...v2.10.0) (2024-12-16) - - -### Features - -* add dynamic injectable script loading, instead of embedding it in the pkg ([755f6c8](https://github.com/ghoshRitesh12/aniwatch/commit/755f6c83ad70bd21b30480ed43e5cb2786ccf6b2)) - - - diff --git a/package.json b/package.json index d4f7999..fa141ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "2.12.1", + "version": "2.12.2", "description": "📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)", "license": "MIT", "main": "dist/index.js",