diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a1f05..59fb4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.3.1](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.0...v1.3.1) (2023-08-06) + + + # [1.3.0](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.2.0...v1.3.0) (2023-08-03) @@ -41,23 +45,3 @@ -# [1.1.0](https://github.com/ghoshRitesh12/zoro.to-api/compare/v0.0.1...v1.1.0) (2023-08-02) - - -### Bug Fixes - -* updated controllers exports ([de09205](https://github.com/ghoshRitesh12/zoro.to-api/commit/de092054c669bb45427369ea6ea8a4d8a97b1511)) -* updated parser exports ([a42163e](https://github.com/ghoshRitesh12/zoro.to-api/commit/a42163e884417cfcbec25c7018cf2b75ff637402)) - - -### Features - -* added `animeSearch` controller ([39e80ff](https://github.com/ghoshRitesh12/zoro.to-api/commit/39e80ff7edc3b87ee85c29b0d85de375586b0287)) -* added anime search parser ([a47790a](https://github.com/ghoshRitesh12/zoro.to-api/commit/a47790a773b9584de5c38dcd1188a94f7aa15572)) -* **anime:** added anime search result & most popular anime types ([f949c1c](https://github.com/ghoshRitesh12/zoro.to-api/commit/f949c1c36ba323e2a05526bc4cf29400a2c9641c)) -* **routes:** added route ([dd3df97](https://github.com/ghoshRitesh12/zoro.to-api/commit/dd3df97493e4a530e065819bf3f998faad6fb5ee)) -* updated `extractAnimes` & added `extractMostPopularAnimes` ([22ef7a5](https://github.com/ghoshRitesh12/zoro.to-api/commit/22ef7a54f6b3b01366cbad15ab2ca62574d30ecb)) -* updated types export ([45f510f](https://github.com/ghoshRitesh12/zoro.to-api/commit/45f510f9c042dc8bd9950d277cf8d5d5fbdf0b3c)) - - - diff --git a/package.json b/package.json index 41b118f..c421354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zoro.to-api", - "version": "1.3.0", + "version": "1.3.1", "description": "", "main": "dist/server.js", "scripts": {