Skip to content

Commit

Permalink
chore(release): v1.9.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 0791724 commit aae3111
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
41 changes: 17 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.9.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.8.0...v1.9.0) (2023-08-19)


### Bug Fixes

* **healthcheck:** fixed `/health` route response status ([5f2759b](https://github.com/ghoshRitesh12/aniwatch-api/commit/5f2759baf6f68d8831aad126e903bf0a6b44235a))


### Features

* added `healthcheck` script ([0791724](https://github.com/ghoshRitesh12/aniwatch-api/commit/0791724a9fa4e73d28867acaafe59d466be1fa4a))
* **docker:** added `.dockerignore` file ([ace29d6](https://github.com/ghoshRitesh12/aniwatch-api/commit/ace29d6c2bdbdb756ae2ed674e0e817f0aa0be5e))
* **docker:** added `Dockerfile` file ([a8da974](https://github.com/ghoshRitesh12/aniwatch-api/commit/a8da9745229c40fb7ca77a719f9da9809228bedf))
* **healthcheck:** added `/health` route ([3aff3e4](https://github.com/ghoshRitesh12/aniwatch-api/commit/3aff3e4a7d8efdc55fcbcb89d29f45ce48fd2e0d))



# [1.8.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.7.0...v1.8.0) (2023-08-18)


Expand Down Expand Up @@ -37,27 +54,3 @@



# [1.6.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.5.1...v1.6.0) (2023-08-13)


### Bug Fixes

* **animeCategory:** added `animeCategory` name ([aa4c922](https://github.com/ghoshRitesh12/aniwatch-api/commit/aa4c922a33d83ba291aee761f0d6acb917981aa9))
* **animeSearch:** fixed bug where if q is null throws `BadGateway` ([fa7b6e7](https://github.com/ghoshRitesh12/aniwatch-api/commit/fa7b6e70f024375d32cb54c1319add1e91521e11))


### Features

* **animeProducer:** added `animeProducer` controller ([953c99a](https://github.com/ghoshRitesh12/aniwatch-api/commit/953c99a9f3b3a8fa24a99f4e907b38ca465e4949))
* **animeProducer:** added `AnimeProducer` controller path & query params type ([50b66ba](https://github.com/ghoshRitesh12/aniwatch-api/commit/50b66ba08d80b6dd10445d27da7f7fb0dd3fc91a))
* **animeProducer:** added `animeProducer` parser ([74a6b96](https://github.com/ghoshRitesh12/aniwatch-api/commit/74a6b96dbf86320a6a94af9169ebc12da39af735))
* **animeProducer:** added `ScrapedProducerAnime` parser type ([c3a77e0](https://github.com/ghoshRitesh12/aniwatch-api/commit/c3a77e0aded343ab0e2e15ab974841d87da06337))
* **animeSearchSuggestion:** added `animeSearchSuggestion` controller ([c9325f4](https://github.com/ghoshRitesh12/aniwatch-api/commit/c9325f4b66f02d4c238604e0b37cb1618ae1f83e))
* **animeSearchSuggestion:** added `animeSearchSuggestion` parser ([e4ffe2a](https://github.com/ghoshRitesh12/aniwatch-api/commit/e4ffe2aba70fd73fa5e75daf3900e92b5881e1c4))
* **animeSearchSuggestion:** added `animeSearchSuggestion` query param type ([1c7799e](https://github.com/ghoshRitesh12/aniwatch-api/commit/1c7799eeaac4af40467b6d3a53d9c5f0af77bb64))
* **animeSearchSuggestion:** added `AnimeSearchSuggestion` type ([39f496a](https://github.com/ghoshRitesh12/aniwatch-api/commit/39f496aa1851b58bba4c9256015c218ded3d823f))
* **animeSearchSuggestion:** added `ScrapedAnimeSearchSuggestion` type ([bec33e6](https://github.com/ghoshRitesh12/aniwatch-api/commit/bec33e60f71bd819c668e79825069678be4921aa))
* **routes:** added `search/suggest` & `/producer` routes ([9714f7f](https://github.com/ghoshRitesh12/aniwatch-api/commit/9714f7f59b15621f0a36aef16e481ee155e9e4c1))



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.8.0",
"version": "1.9.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {
Expand Down

0 comments on commit aae3111

Please sign in to comment.