From ba1fd2dc6702eead7aa8499534f8631e303de2be Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 25 Dec 2024 12:13:54 +0000 Subject: [PATCH] chore(release): v2.18.0 [skip ci] --- CHANGELOG.md | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad4b1c..82bc180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [2.18.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.17.0...v2.18.0) (2024-12-25) + + +### Features + +* **animeQtip:** add `getAnimeQtipInfo` scraper ([f01e51d](https://github.com/ghoshRitesh12/aniwatch/commit/f01e51ddbd1772eb412512b74dea0025eac9c7f7)) +* **animeQtip:** add `ScrapedAnimeQtipInfo` type ([22e8ae0](https://github.com/ghoshRitesh12/aniwatch/commit/22e8ae05227b54e3249dfb92689f2a3f835f5bff)) +* **animeQtip:** add new `getQtipInfo` method ([2a9768d](https://github.com/ghoshRitesh12/aniwatch/commit/2a9768d3d9380a18ad478878bd309fc4dfa22500)) + + + # [2.17.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.16.0...v2.17.0) (2024-12-21) @@ -40,12 +51,3 @@ -# [2.15.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.14.3...v2.15.0) (2024-12-19) - - -### Features - -* **megacloud:** fix wasm module load error hindering source extraction ([5f7925a](https://github.com/ghoshRitesh12/aniwatch/commit/5f7925a2de58280b2f1540d68004e1702db68fc9)) - - - diff --git a/package.json b/package.json index 9f36cfd..3381c69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "2.17.0", + "version": "2.18.0", "description": "📦 A scraper package serving anime information from hianime.to", "license": "MIT", "main": "dist/index.js",