aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2023-12-29 14:24:09 +0000
committerConventional Changelog Action <[email protected]>2023-12-29 14:24:09 +0000
commitc3b55adc3215ed702d270eecc7dccc87a2f7e5de (patch)
treeb560c3afcfb77c9732b07e2721911a5fb7e974a7
parent842160f1aee467fa9290793d8872d86319b05fb1 (diff)
downloadaniwatch-api-c3b55adc3215ed702d270eecc7dccc87a2f7e5de.tar.xz
aniwatch-api-c3b55adc3215ed702d270eecc7dccc87a2f7e5de.zip
chore(release): v1.21.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 ab582c8..cf4a8ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [1.21.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.2...v1.21.0) (2023-12-29)
+
+
+### Features
+
+* add `malID` to episode srcs ([746e645](https://github.com/ghoshRitesh12/aniwatch-api/commit/746e645c2feb1ee7b7464f36d59522b1a2fe42bb))
+
+
+
## [1.20.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.20.1...v1.20.2) (2023-12-18)
@@ -28,7 +37,3 @@
-## [1.18.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.18.2...v1.18.3) (2023-11-29)
-
-
-
diff --git a/package.json b/package.json
index 11ee657..36d6f92 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.20.2",
+ "version": "1.21.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",