aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-18 17:48:18 +0000
committerConventional Changelog Action <[email protected]>2023-08-18 17:48:18 +0000
commit6bf6f8ff690a84543ff695140526c842d8b7600a (patch)
tree7c64b363f6d5a24ab15807270e97086b4989daae
parent7e1aab4246f7c01d0d099d91939be1735879423d (diff)
downloadaniwatch-api-6bf6f8ff690a84543ff695140526c842d8b7600a.tar.xz
aniwatch-api-6bf6f8ff690a84543ff695140526c842d8b7600a.zip
chore(release): v1.8.0 [skip ci]
-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": {