Skip to content

Commit

Permalink
chore(release): v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 6, 2024
1 parent c20d6d4 commit 358a307
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [1.0.0](https://github.com/ghoshRitesh12/aniwatch/compare/v0.3.2...v1.0.0) (2024-08-06)


### Features

* add AniwatchError class for handling errors ([dc5e7b7](https://github.com/ghoshRitesh12/aniwatch/commit/dc5e7b77f03a27632adddbf1099f16ba58674e23))
* **extractor:** add AniwatchError support ([710e8c0](https://github.com/ghoshRitesh12/aniwatch/commit/710e8c0d2720cf625272f1e65600ed7221d83a23))
* remove HttpError union type ([2046ca9](https://github.com/ghoshRitesh12/aniwatch/commit/2046ca9a892c2b7c2444edd7d979b21773d05acf))
* remove HttpError union type ([fc4a097](https://github.com/ghoshRitesh12/aniwatch/commit/fc4a097ff044b6b1b4cb119f2d5aeba3b461b0cb))
* **scrapers:** use for scraper errors ([4d2e417](https://github.com/ghoshRitesh12/aniwatch/commit/4d2e417611b247a3246dd15258fefb175b10f192))
* update exports to include only scrapers ([c20d6d4](https://github.com/ghoshRitesh12/aniwatch/commit/c20d6d47303746b6d5a80db5c655e3d0adb93340))
* **utils:** use `AniwatchError` for reusable utility methods ([e2e4991](https://github.com/ghoshRitesh12/aniwatch/commit/e2e49915a99d22d44c01c76ea25e5606e42f1ad5))


### BREAKING CHANGES

* **scrapers:** remove dependency for convenience



## [0.3.2](https://github.com/ghoshRitesh12/aniwatch/compare/v0.3.1...v0.3.2) (2024-08-05)


Expand All @@ -24,7 +44,3 @@



## [0.2.2](https://github.com/ghoshRitesh12/aniwatch/compare/v0.2.1...v0.2.2) (2024-08-05)



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": "0.3.2",
"version": "1.0.0",
"description": "📦 Scraper package for obtaining anime information from hianime.to (formerly aniwatch.to)",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 358a307

Please sign in to comment.