aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md13
-rw-r--r--package.json2
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74f8805..bbe8b98 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [1.8.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.7.0...v1.8.0) (2023-08-18)
+
+
+### Features
+
+* updated rapidcloud ajax url ([326e13a](https://github.com/ghoshRitesh12/aniwatch-api/commit/326e13ad20f60f478c2e4c98bd30653ca9cad460))
+
+
+
# [1.7.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.6.2...v1.7.0) (2023-08-17)
@@ -52,7 +61,3 @@
-## [1.5.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.5.0...v1.5.1) (2023-08-07)
-
-
-
diff --git a/package.json b/package.json
index ceba2b5..697cb2a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.7.0",
+ "version": "1.8.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {