aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-02 16:00:01 +0000
committerConventional Changelog Action <[email protected]>2023-08-02 16:00:01 +0000
commit7e11ef53a44192ef5467f56778a3be30ff16f0eb (patch)
tree68231e591bc592f5eaf71154fc78f008d60272c5
parentde092054c669bb45427369ea6ea8a4d8a97b1511 (diff)
downloadaniwatch-api-7e11ef53a44192ef5467f56778a3be30ff16f0eb.tar.xz
aniwatch-api-7e11ef53a44192ef5467f56778a3be30ff16f0eb.zip
chore(release): v1.1.0 [skip ci]
-rw-r--r--CHANGELOG.md40
-rw-r--r--package.json2
2 files changed, 41 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..bed9e48
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,40 @@
+# [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))
+
+
+
+## [0.0.1](https://github.com/ghoshRitesh12/zoro.to-api/compare/62efb7b8666d27476a816416f127db7b2162b073...v0.0.1) (2023-08-02)
+
+
+### Features
+
+* added all controllers export ([92dfaad](https://github.com/ghoshRitesh12/zoro.to-api/commit/92dfaad3c624da881800832b5ad3b95ce801bd0a))
+* added all parsers export ([b1357de](https://github.com/ghoshRitesh12/zoro.to-api/commit/b1357dea6eb1d1f845ec793d3954281e622da734))
+* added all types export ([6004273](https://github.com/ghoshRitesh12/zoro.to-api/commit/60042738d67645d0d5a5d7ccf67488ee4c5c135a))
+* added anime category controller ([59c7c23](https://github.com/ghoshRitesh12/zoro.to-api/commit/59c7c23f09ea3303999385f95f2bd488bfb07ca8))
+* added anime category parser ([a3a7414](https://github.com/ghoshRitesh12/zoro.to-api/commit/a3a74145c4ac949646d3dd8ce4248aaa10ffb257))
+* added anime route ([bad7933](https://github.com/ghoshRitesh12/zoro.to-api/commit/bad7933de7f61ea7ed62495c3b26e7b007bd133f))
+* added anime router ([e758c74](https://github.com/ghoshRitesh12/zoro.to-api/commit/e758c74d15a5158003b8fb6d3729c2224503fe68))
+* added anime types ([d4e3012](https://github.com/ghoshRitesh12/zoro.to-api/commit/d4e3012320367f4c8c1bc15f955da07c4d7e2989))
+* added build dir ([e05b90c](https://github.com/ghoshRitesh12/zoro.to-api/commit/e05b90c7a37cdcff35452ce246ca2d94600ee11e))
+* added parser types ([4efe9c9](https://github.com/ghoshRitesh12/zoro.to-api/commit/4efe9c9b094d59809b91244f70b052d30a21db40))
+* added utility props & methods ([38ae13d](https://github.com/ghoshRitesh12/zoro.to-api/commit/38ae13dcdce8b49970d8f51d314856767be40ab1))
+* **husky:** added husky commit-msg check ([62efb7b](https://github.com/ghoshRitesh12/zoro.to-api/commit/62efb7b8666d27476a816416f127db7b2162b073))
+
+
+
diff --git a/package.json b/package.json
index 4a7743f..0cf2a02 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "zoro.to-api",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "",
"main": "dist/server.js",
"scripts": {