From 8d7aa4db7f9fc23a9829c58c4f418132a03ce43f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 6 Aug 2023 13:56:16 +0000 Subject: [PATCH] chore(release): v1.3.5 [skip ci] --- CHANGELOG.md | 26 ++++---------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05a1bf..3c91a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) - - - diff --git a/package.json b/package.json index 3523d3e..1f47832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zoro.to-api", - "version": "1.3.4", + "version": "1.3.5", "description": "", "main": "dist/server.js", "scripts": {