Skip to content

Commit

Permalink
chore(release): v2.16.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 21, 2024
1 parent 78d9adc commit 235658c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.16.0](https://github.com/ghoshRitesh12/aniwatch/compare/v2.15.2...v2.16.0) (2024-12-21)


### Features

* add `ScrapedAnimeAZList` scraper type ([4d67d49](https://github.com/ghoshRitesh12/aniwatch/commit/4d67d492d7084edaac1971db3a642c27a315949f))
* add `ScrapedAnimeAZList` scraper type ([cb2cc2e](https://github.com/ghoshRitesh12/aniwatch/commit/cb2cc2e9b1ea0580c0de5f60f59e1ab9cc7bc0bd))
* **az-list:** add `AZListSortOptions` type ([78d9adc](https://github.com/ghoshRitesh12/aniwatch/commit/78d9adcec28108716b1bf12f17547714d7dc2f5a))
* **az-list:** add `getAZList` scraper method ([eb352f0](https://github.com/ghoshRitesh12/aniwatch/commit/eb352f026c25c3e4e1496b81ba5be23e7f9d34cf))
* **az-list:** add `getAZList` scraper method ([08dbc26](https://github.com/ghoshRitesh12/aniwatch/commit/08dbc266e5d6cc6f91df518fc67f0a6324d62980))
* combine all `SEARCH_PAGE_FILTERS` into a single map ([2bbeb25](https://github.com/ghoshRitesh12/aniwatch/commit/2bbeb2545e2f5fa025e8d7a95c13876d9d2336a6))
* update `SEARCH_PAGE_FILTERS` and add `AZ_LIST_SORT_OPTIONS` ([2676eb1](https://github.com/ghoshRitesh12/aniwatch/commit/2676eb175340991f7ffec9ab80c2d982723cecb9))



## [2.15.2](https://github.com/ghoshRitesh12/aniwatch/compare/v2.15.1...v2.15.2) (2024-12-19)


Expand Down Expand Up @@ -29,12 +44,3 @@



## [2.14.2](https://github.com/ghoshRitesh12/aniwatch/compare/v2.14.1...v2.14.2) (2024-12-19)


### Bug Fixes

* **megacloud): `WebAssembly.instantiate(:** Argument 0 must be a buffer source` issue ([e9f973f](https://github.com/ghoshRitesh12/aniwatch/commit/e9f973f0d236cac77eeb575591e1ba7150d183d5))



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.15.2",
"version": "2.16.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 235658c

Please sign in to comment.