aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-13 14:24:37 +0000
committerConventional Changelog Action <[email protected]>2023-08-13 14:24:37 +0000
commitef1575a42f6a11334c87da82486ccfe231fd299f (patch)
tree247b9710cdbccf3c75dbbf13564b668609276f2b
parent991d4f5d7afd3b349a836069d4808e0077841559 (diff)
downloadaniwatch-api-ef1575a42f6a11334c87da82486ccfe231fd299f.tar.xz
aniwatch-api-ef1575a42f6a11334c87da82486ccfe231fd299f.zip
chore(release): v1.6.1 [skip ci]
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a2c38c..3c11065 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.6.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.6.0...v1.6.1) (2023-08-13)
+
+
+
# [1.6.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.5.1...v1.6.0) (2023-08-13)
@@ -53,7 +57,3 @@
-## [1.3.6](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.3.5...v1.3.6) (2023-08-06)
-
-
-
diff --git a/package.json b/package.json
index dd6eb27..2d7ad76 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.6.0",
+ "version": "1.6.1",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {