aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-08-28 12:47:45 +0000
committerConventional Changelog Action <[email protected]>2023-08-28 12:47:45 +0000
commit4b92b3ec00aa379050675e6266b6cbb6f202a356 (patch)
treeec0fe8b1fedaa7785f3a660ccdbbce895ae4ffd1
parent74b24c0d6a404da38df0034834ca03f574034974 (diff)
downloadaniwatch-api-4b92b3ec00aa379050675e6266b6cbb6f202a356.tar.xz
aniwatch-api-4b92b3ec00aa379050675e6266b6cbb6f202a356.zip
chore(release): v1.15.0 [skip ci]
-rw-r--r--CHANGELOG.md26
-rw-r--r--package.json2
2 files changed, 15 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d996dd..a33c1d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# [1.15.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.14.0...v1.15.0) (2023-08-28)
+
+
+### Features
+
+* **episodeServers:** added `EpisodeServersQueryParams` query param type ([df0f689](https://github.com/ghoshRitesh12/aniwatch-api/commit/df0f689ff360fc8a80ae313ba9d9d03350e82518))
+* **episodeServers:** added `getEpisodeServers` controller ([dfe284a](https://github.com/ghoshRitesh12/aniwatch-api/commit/dfe284a9a7bbef76b59a88c3f75d294663b6001d))
+* **episodeServers:** added `getEpisodeServers` route endpoint ([00ee4bc](https://github.com/ghoshRitesh12/aniwatch-api/commit/00ee4bcbab4059888b7385a3d93446bd12662bdf))
+* **episodeServers:** added `ScrapedEpisodeServers` parser type ([deaac54](https://github.com/ghoshRitesh12/aniwatch-api/commit/deaac5475ea5ee193bf5e515ddd95259cc36cbdb))
+* **episodeServers:** added `scrapeEpisodeServers` parser ([64ede20](https://github.com/ghoshRitesh12/aniwatch-api/commit/64ede2033cf9b433503fa9d08c3debce1eecc179))
+* **episodeServers:** added `SubEpisode` & `DubEpisode` types ([921e2bd](https://github.com/ghoshRitesh12/aniwatch-api/commit/921e2bdf3e790b731b17fce991b94ec772b7ffdf))
+
+
+
# [1.14.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.13.1...v1.14.0) (2023-08-22)
@@ -29,15 +43,3 @@
-# [1.11.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.10.1...v1.11.0) (2023-08-20)
-
-
-### Features
-
-* **cors:** added cors config ([eff3f34](https://github.com/ghoshRitesh12/aniwatch-api/commit/eff3f3408bb8c20a66a3e8b47561f6fd8260a17d))
-* **cors:** added cors pkg ([9470655](https://github.com/ghoshRitesh12/aniwatch-api/commit/9470655d4b67fcd6f21d31c57575c0681760a724))
-* **cors:** using cors config ([ca60147](https://github.com/ghoshRitesh12/aniwatch-api/commit/ca60147a88f7f616e5371190259ffc9296c52ac2))
-* **docker:** added docker multi stage build ([704c8a3](https://github.com/ghoshRitesh12/aniwatch-api/commit/704c8a3e518f8251f4c343fe6079d57b982c2c8b))
-
-
-
diff --git a/package.json b/package.json
index 4b111b7..19b8ead 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.14.0",
+ "version": "1.15.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {