aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-09-25 15:21:55 +0000
committerConventional Changelog Action <[email protected]>2023-09-25 15:21:55 +0000
commit680847660ffef92cece1d94afe4059ec2bcdbecc (patch)
tree0c2e4d7e08f596b4b2e890f10ec5148c1edacfe0
parent34d6e630cb4b60d64cf436cb73c018534f6bba13 (diff)
downloadaniwatch-api-680847660ffef92cece1d94afe4059ec2bcdbecc.tar.xz
aniwatch-api-680847660ffef92cece1d94afe4059ec2bcdbecc.zip
chore(release): v1.17.2 [skip ci]
-rw-r--r--CHANGELOG.md18
-rw-r--r--package.json2
2 files changed, 5 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47fda5c..fb815fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.17.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.1...v1.17.2) (2023-09-25)
+
+
+
## [1.17.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.17.0...v1.17.1) (2023-09-10)
@@ -36,17 +40,3 @@
-# [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))
-
-
-
diff --git a/package.json b/package.json
index 44b6d49..e8ad83c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.17.1",
+ "version": "1.17.2",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"scripts": {