aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-07 17:47:24 +0000
committerConventional Changelog Action <[email protected]>2023-08-07 17:47:24 +0000
commitc9eddde1ef8e22a958548b3ea479e19ef980708e (patch)
tree83a34a0da18ddb03929a11d84f2e55ccc45cec13
parent489d418cbcdeaaa67658f443adc2d57cbbb3000a (diff)
downloadaniwatch-api-c9eddde1ef8e22a958548b3ea479e19ef980708e.tar.xz
aniwatch-api-c9eddde1ef8e22a958548b3ea479e19ef980708e.zip
chore(release): v1.5.1 [skip ci]
-rw-r--r--CHANGELOG.md30
-rw-r--r--package.json2
2 files changed, 16 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aee80a8..24f3e89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,39 +1,39 @@
-# [1.5.0](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.4.0...v1.5.0) (2023-08-07)
+## [1.5.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.5.0...v1.5.1) (2023-08-07)
-### Features
-* added rate limit config ([3014ab8](https://github.com/ghoshRitesh12/zoro.to-api/commit/3014ab8ce41d0b11b56ab7c6c32bd0f5c75fee3c))
-* rate limited endpoints ([5a82179](https://github.com/ghoshRitesh12/zoro.to-api/commit/5a82179174c63c67ce8371aa9628529dafd115b6))
+# [1.5.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.4.0...v1.5.0) (2023-08-07)
+### Features
-# [1.4.0](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.6...v1.4.0) (2023-08-07)
+* added rate limit config ([3014ab8](https://github.com/ghoshRitesh12/aniwatch-api/commit/3014ab8ce41d0b11b56ab7c6c32bd0f5c75fee3c))
+* rate limited endpoints ([5a82179](https://github.com/ghoshRitesh12/aniwatch-api/commit/5a82179174c63c67ce8371aa9628529dafd115b6))
-### Features
-* added controller request handler types ([10e46b1](https://github.com/ghoshRitesh12/zoro.to-api/commit/10e46b1002dcbbed5202936f1028fae550d9f765))
-* added home page controller ([3d81a6c](https://github.com/ghoshRitesh12/zoro.to-api/commit/3d81a6c422ac4efd957961d190d7638ab0695062))
-* added index page ([e1b37a5](https://github.com/ghoshRitesh12/zoro.to-api/commit/e1b37a5b5ee16632e6b32e72e65f6420492e27bc))
-* **controllerTypes:** added request handler types ([84a7981](https://github.com/ghoshRitesh12/zoro.to-api/commit/84a79810c358dece1b3bd2b013a2d788ec100f44))
+# [1.4.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.3.6...v1.4.0) (2023-08-07)
-### Reverts
+### Features
-* **parserTypes:** refactored parser types ([8a5884b](https://github.com/ghoshRitesh12/zoro.to-api/commit/8a5884b75288ca6fa5870bc026b23d23e1625ebe))
+* added controller request handler types ([10e46b1](https://github.com/ghoshRitesh12/aniwatch-api/commit/10e46b1002dcbbed5202936f1028fae550d9f765))
+* added home page controller ([3d81a6c](https://github.com/ghoshRitesh12/aniwatch-api/commit/3d81a6c422ac4efd957961d190d7638ab0695062))
+* added index page ([e1b37a5](https://github.com/ghoshRitesh12/aniwatch-api/commit/e1b37a5b5ee16632e6b32e72e65f6420492e27bc))
+* **controllerTypes:** added request handler types ([84a7981](https://github.com/ghoshRitesh12/aniwatch-api/commit/84a79810c358dece1b3bd2b013a2d788ec100f44))
+### Reverts
-## [1.3.6](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.5...v1.3.6) (2023-08-06)
+* **parserTypes:** refactored parser types ([8a5884b](https://github.com/ghoshRitesh12/aniwatch-api/commit/8a5884b75288ca6fa5870bc026b23d23e1625ebe))
-## [1.3.5](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.4...v1.3.5) (2023-08-06)
+## [1.3.6](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.3.5...v1.3.6) (2023-08-06)
-## [1.3.4](https://github.com/ghoshRitesh12/zoro.to-api/compare/v1.3.3...v1.3.4) (2023-08-06)
+## [1.3.5](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.3.4...v1.3.5) (2023-08-06)
diff --git a/package.json b/package.json
index 1c2d5f8..b75ae94 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {