aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-13 14:32:26 +0000
committerConventional Changelog Action <[email protected]>2023-08-13 14:32:26 +0000
commit335bc0c678699123c816376f4fdb787c64f586f2 (patch)
tree3addf17938e5f2bff8e478c6cbf7eae38de1aefe
parent84cf69ce83595e5408afbdec1d9f5f01d74a730a (diff)
downloadaniwatch-api-335bc0c678699123c816376f4fdb787c64f586f2.tar.xz
aniwatch-api-335bc0c678699123c816376f4fdb787c64f586f2.zip
chore(release): v1.6.2 [skip ci]
-rw-r--r--CHANGELOG.md21
-rw-r--r--package.json2
2 files changed, 5 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c11065..addb80b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.6.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.6.1...v1.6.2) (2023-08-13)
+
+
+
## [1.6.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.6.0...v1.6.1) (2023-08-13)
@@ -40,20 +44,3 @@
-# [1.4.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.3.6...v1.4.0) (2023-08-07)
-
-
-### Features
-
-* 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
-
-* **parserTypes:** refactored parser types ([8a5884b](https://github.com/ghoshRitesh12/aniwatch-api/commit/8a5884b75288ca6fa5870bc026b23d23e1625ebe))
-
-
-
diff --git a/package.json b/package.json
index 2d7ad76..0b3de2b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {