From 2e404cac7bcea14b703bdb3f0f00ad7c30bf0262 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 5 Oct 2024 12:32:14 +0000 Subject: [PATCH] chore(release): v2.4.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac6f1b..292f2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.4.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.3.0...v2.4.0) (2024-10-05) + + +### Features + +* **HiAnimeError:** add `json()` for convenience ([3590da0](https://github.com/ghoshRitesh12/aniwatch/commit/3590da04d145ed734e34a795739224b9206306ae)) + + + # [2.3.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.2.1...v2.3.0) (2024-10-05) @@ -29,12 +38,3 @@ -# [2.1.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.0.1...v2.1.0) (2024-10-04) - - -### Features - -* remove `cjs` support ([b160df5](https://github.com/ghoshRitesh12/aniwatch/commit/b160df552ffbce1dcae14010220070313ea73b3d)) - - - diff --git a/package.json b/package.json index f1e207c..7973b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "2.3.0", + "version": "2.4.0", "description": "📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)", "license": "MIT", "main": "dist/index.js",