diff --git a/CHANGELOG.md b/CHANGELOG.md index 2600b6d..1ae08e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.2](https://github.com/ghoshRitesh12/aniwatch/compare/v1.0.1...v1.0.2) (2024-08-06) + + +### Bug Fixes + +* **animeAboutInfo:** bug where empty anime id wouldn't throw an error ([1aaae00](https://github.com/ghoshRitesh12/aniwatch/commit/1aaae00d241422f277c0b5a9499a2ffc196bd2cf)) + + + ## [1.0.1](https://github.com/ghoshRitesh12/aniwatch/compare/v1.0.0...v1.0.1) (2024-08-06) @@ -30,17 +39,3 @@ -# [0.3.0](https://github.com/ghoshRitesh12/aniwatch/compare/v0.2.3...v0.3.0) (2024-08-05) - - -### Features - -* add exports in index.ts for scrapers and types ([bc658c7](https://github.com/ghoshRitesh12/aniwatch/commit/bc658c70866ad61d3ff068ebe2b7b435d80686a7)) -* add scraper extractors ([fa01d83](https://github.com/ghoshRitesh12/aniwatch/commit/fa01d83031486272924ed86ea99b533648569c70)) -* add vitest.config.ts for aniwatch test configuration ([db8c70f](https://github.com/ghoshRitesh12/aniwatch/commit/db8c70feb273694201de462390be44493ed88faf)) -* **scrapers:** add pkg scrapers ([967dbb0](https://github.com/ghoshRitesh12/aniwatch/commit/967dbb0970dfbd04be63be012cf52e3e3ced4ce7)) -* **types:** add pkg types ([25c05c9](https://github.com/ghoshRitesh12/aniwatch/commit/25c05c99709d4b0747df78a77c19e173a98816f4)) -* **utils:** add pkg utils ([61cf765](https://github.com/ghoshRitesh12/aniwatch/commit/61cf765d51220d8eafebc5ce11bbf0981f788988)) - - - diff --git a/package.json b/package.json index eb4451e..c2ee9d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "1.0.1", + "version": "1.0.2", "description": "📦 Scraper package for obtaining anime information from hianime.to (formerly aniwatch.to)", "license": "MIT", "main": "dist/index.js",