diff --git a/CHANGELOG.md b/CHANGELOG.md index 08cc89b..4ee115d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.2.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.1.1...v2.2.0) (2024-10-05) + + +### Features + +* add HiAnimeError and AniwatchError exports ([2a62afe](https://github.com/ghoshRitesh12/aniwatch/commit/2a62afed3833d443d62ce4089a115095e894a622)) +* add HiAnimeError that extends Error and implements AniwatchError ([52749e6](https://github.com/ghoshRitesh12/aniwatch/commit/52749e614bb6e5fd54e50d969aece4b40beb3f2c)) +* update HiAnime error handling ([883a0c7](https://github.com/ghoshRitesh12/aniwatch/commit/883a0c7427012848b667454b431712479526c093)) +* update HiAnime error handling ([4bbc194](https://github.com/ghoshRitesh12/aniwatch/commit/4bbc194623e91d16be6f550eaf985e1cfccf0b72)) +* update HiAnime error handling ([4ee16bb](https://github.com/ghoshRitesh12/aniwatch/commit/4ee16bbe604e3f17f97217c0e8bd42ca342a386b)) +* update package config error, replaced with interface ([9d62023](https://github.com/ghoshRitesh12/aniwatch/commit/9d6202353ec6bc2f6fa779fdbbfd42e6590552e9)) + + + ## [2.1.1](https://github.com/ghoshRitesh12/aniwatch/compare/v2.1.0...v2.1.1) (2024-10-04) @@ -31,7 +45,3 @@ -## [1.2.3](https://github.com/ghoshRitesh12/aniwatch/compare/v1.2.2...v1.2.3) (2024-09-22) - - - diff --git a/package.json b/package.json index c66c8fe..e558fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "2.1.1", + "version": "2.2.0", "description": "📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)", "license": "MIT", "main": "dist/index.js",