Skip to content

Commit

Permalink
chore(release): v2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 5, 2024
1 parent 2a62afe commit 6f6f697
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -31,7 +45,3 @@



## [1.2.3](https://github.com/ghoshRitesh12/aniwatch/compare/v1.2.2...v1.2.3) (2024-09-22)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6f6f697

Please sign in to comment.