aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-02-25 19:35:53 +0000
committerConventional Changelog Action <[email protected]>2024-02-25 19:35:53 +0000
commit10ab4ad9ebfbe24a0c2b524517a922524fe91e86 (patch)
tree789e7dfb73c77873221d56daa028c178d1e063d0
parentdec2c427e2356e695ce88f8a32ede25e9e2760ec (diff)
downloadaniwatch-api-10ab4ad9ebfbe24a0c2b524517a922524fe91e86.tar.xz
aniwatch-api-10ab4ad9ebfbe24a0c2b524517a922524fe91e86.zip
chore(release): v1.24.0 [skip ci]
-rw-r--r--CHANGELOG.md14
-rw-r--r--package.json2
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2da4e2d..c742b84 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# [1.24.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.23.0...v1.24.0) (2024-02-25)
+
+
+### Features
+
+* add MegaCloud extractor ([c634f6e](https://github.com/ghoshRitesh12/aniwatch-api/commit/c634f6e560bdb3b8dec2333439a3e285813e6532))
+* replace RapidCloud extractor for MegaCloud ([74e9455](https://github.com/ghoshRitesh12/aniwatch-api/commit/74e9455890c176e51f89e59a9bc909cd959dc09f))
+
+
+
# [1.23.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.22.0...v1.23.0) (2024-02-19)
@@ -25,7 +35,3 @@
-## [1.21.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.1...v1.21.2) (2024-01-07)
-
-
-
diff --git a/package.json b/package.json
index 8cbf99e..9077b22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.23.0",
+ "version": "1.24.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",