From 358a307eef454c571ddc76b6188d1a95dc27a21f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 6 Aug 2024 08:35:16 +0000 Subject: [PATCH] chore(release): v1.0.0 [skip ci] --- CHANGELOG.md | 24 ++++++++++++++++++++---- package.json | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfcf62..341ce56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -24,7 +44,3 @@ -## [0.2.2](https://github.com/ghoshRitesh12/aniwatch/compare/v0.2.1...v0.2.2) (2024-08-05) - - - diff --git a/package.json b/package.json index 4e051b7..f9a0326 100644 --- a/package.json +++ b/package.json @@ -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",