Skip to content

Commit

Permalink
chore(release): v1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 19, 2023
1 parent 25115e2 commit 2382a89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
31 changes: 9 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.10.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.2...v1.10.0) (2023-08-19)


### Features

* added `healthcheck` awake ([25115e2](https://github.com/ghoshRitesh12/aniwatch-api/commit/25115e22892d20afa33bf28da347f895a95dd65e))



## [1.9.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.9.1...v1.9.2) (2023-08-19)


Expand Down Expand Up @@ -37,25 +46,3 @@



# [1.7.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.6.2...v1.7.0) (2023-08-17)


### Features

* added `animeEpisodes` & `animeEpisodeSrcs` routes ([277902a](https://github.com/ghoshRitesh12/aniwatch-api/commit/277902a835a83847e252d57bef87cba32d63b90a))
* added `CryptoJS` pkg ([5d1bf2f](https://github.com/ghoshRitesh12/aniwatch-api/commit/5d1bf2fcc91cad695a054bf838eff668a316a7b4))
* added anime extraction util methods ([1c74ecf](https://github.com/ghoshRitesh12/aniwatch-api/commit/1c74ecf27ee1144e7bbd441e3eee542074b5b409))
* **anime:** added `AnimeEpisode` & `AnimeServers` type ([098b09d](https://github.com/ghoshRitesh12/aniwatch-api/commit/098b09d43666293f103f75d5e336ef5c014e6a5b))
* **animeEpisodes:** added `animeEpisodes` controller path params type ([6d9d859](https://github.com/ghoshRitesh12/aniwatch-api/commit/6d9d859e532f520ba2a330625dd1fd380f4f0e46))
* **animeEpisodes:** added `animeEpisodes` parser ([6e8d849](https://github.com/ghoshRitesh12/aniwatch-api/commit/6e8d84970e19ac43186fa3837dff0e18b168e213))
* **animeEpisodes:** added `animeEpisodes` parser controller ([a67070e](https://github.com/ghoshRitesh12/aniwatch-api/commit/a67070ec5f4c2e295f286fcf53e1bd1672664d84))
* **animeEpisodes:** added `animeEpisodes` parser return type ([bd113f8](https://github.com/ghoshRitesh12/aniwatch-api/commit/bd113f84e5dc73b49a443b51254639ea8fa216ed))
* **animeEpisodeSrcs:** added `animeEpisodeSrcs` parser ([e152221](https://github.com/ghoshRitesh12/aniwatch-api/commit/e152221f8fa85550b8a834bf86a743661e542d07))
* **animeEpisodeSrcs:** added `animeEpisodeSrcs` parser controller ([a8e4351](https://github.com/ghoshRitesh12/aniwatch-api/commit/a8e4351d12568066f758d725cd42e1267f2bfe52))
* **animeEpisodeSrcs:** added `animeEpisodeSrcs` parser controller query params ([3715fdd](https://github.com/ghoshRitesh12/aniwatch-api/commit/3715fdd81a5e8041e472b1e584136d8369d1d86d))
* **animeEpisodeSrcs:** added `animeEpisodeSrcs` parser return type ([c0ce89a](https://github.com/ghoshRitesh12/aniwatch-api/commit/c0ce89a828e838a32769efeac78eebe3207d2027))
* **extractor:** added types related to anime extractors ([34efd85](https://github.com/ghoshRitesh12/aniwatch-api/commit/34efd85bc74a2be845d11afa26f4e5c13e293ab7))
* **extractors:** added anime extractors ([e335910](https://github.com/ghoshRitesh12/aniwatch-api/commit/e335910e7a06bb48eaab2817e22d528c353242a9))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
"version": "1.9.2",
"version": "1.10.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {
Expand Down

0 comments on commit 2382a89

Please sign in to comment.