chore(release): v1.3.5 [skip ci]

This commit is contained in:
Conventional Changelog Action
2023-08-06 13:56:16 +00:00
parent 2e9a7450f5
commit 8d7aa4db7f
2 changed files with 5 additions and 23 deletions
+4 -22
View File
@@ -1,3 +1,7 @@
## [1.3.5](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.4...v1.3.5) (2023-08-06)
## [1.3.4](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.3...v1.3.4) (2023-08-06)
@@ -19,25 +23,3 @@
# [1.3.0](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.2.0...v1.3.0) (2023-08-03)
### Bug Fixes
* **otherInfoBug:** `otherInfo` wouldn't show all stats ([8f1eabe](https://github.com/ghoshRitesh12/zoro.to-api/commit/8f1eabe2d9162ade3adcd604417f4f2b8ce95265))
### Features
* **newAnimeTypes:** added several types related to `ScrapedAnimeAboutInfo` parser type ([af70a9d](https://github.com/ghoshRitesh12/zoro.to-api/commit/af70a9de1146b2c3bfdacd51f790f34f35b49877))
* **newController:** added `animeAboutInfo` controller ([d503bb6](https://github.com/ghoshRitesh12/zoro.to-api/commit/d503bb6c5c6c412deac29f55a0c734c68df29842))
* **newController:** added `animeGenre` controller ([b86a370](https://github.com/ghoshRitesh12/zoro.to-api/commit/b86a3703818f495c03bd714504c1056456c1e405))
* **newParser:** added `ScrapedGenreAnime` parser type ([914382e](https://github.com/ghoshRitesh12/zoro.to-api/commit/914382ee516dc9c0d611b0dd280963229779df2c))
* **newParser:** added `animeAboutInfo` parser ([c2c01f8](https://github.com/ghoshRitesh12/zoro.to-api/commit/c2c01f88afa51e30bad465854bf773e7f98924cd))
* **newParser:** added `animeGenre` parser ([65f863b](https://github.com/ghoshRitesh12/zoro.to-api/commit/65f863b3c11c98b9f34bfdc57ba8e896110dcf22))
* **newParserType:** added `ScrapedAnimeAboutInfo` parser type ([904f87a](https://github.com/ghoshRitesh12/zoro.to-api/commit/904f87aa0fd81d18cb5835b1c0e2cea8ada2b19e))
* **newRoute:** added `/genre/:name` route ([e849c87](https://github.com/ghoshRitesh12/zoro.to-api/commit/e849c870a0ad018f7fd10ba9835c0d98d7546fd2))
* **newRoutes:** added `/` & `/home` routes ([4a1a924](https://github.com/ghoshRitesh12/zoro.to-api/commit/4a1a9249b9aee0cc3446c9a1532eb74786220115))
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "zoro.to-api",
"version": "1.3.4",
"version": "1.3.5",
"description": "",
"main": "dist/server.js",
"scripts": {