From abf34aeb1954580d648d5d8c4d1ba7855c0fc80c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 4 Oct 2024 14:25:09 +0000 Subject: [PATCH] chore(release): v2.1.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e25eb8a..8c34cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.1.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.0.1...v2.1.0) (2024-10-04) + + +### Features + +* remove `cjs` support ([b160df5](https://github.com/ghoshRitesh12/aniwatch/commit/b160df552ffbce1dcae14010220070313ea73b3d)) + + + ## [2.0.1](https://github.com/ghoshRitesh12/aniwatch/compare/v2.0.0...v2.0.1) (2024-10-04) @@ -26,12 +35,3 @@ -## [1.2.1](https://github.com/ghoshRitesh12/aniwatch/compare/v1.2.0...v1.2.1) (2024-08-06) - - -### Bug Fixes - -* **animeEpisodeSrcs:** fix bug where internal fn would call outer wrapper ([4ae88c3](https://github.com/ghoshRitesh12/aniwatch/commit/4ae88c3c80ee12c9ae3912066a1533467df7624f)) - - - diff --git a/package.json b/package.json index 0e00c84..14dbed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch", - "version": "2.0.1", + "version": "2.1.0", "description": "📦 A scraper package serving anime information from hianime.to (formerly aniwatch.to)", "license": "MIT", "main": "dist/index.js",