aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-06-11 05:00:28 +0000
committerConventional Changelog Action <[email protected]>2024-06-11 05:00:28 +0000
commite8c3a16d60c64d43acc4aae746ee4cec2c7445a5 (patch)
treed6f6ca0b214174b6ed1c5159337756a5820436b3
parent8076e06ff6b60a8a2e2a5d421f25bc216620cab7 (diff)
downloadaniwatch-api-e8c3a16d60c64d43acc4aae746ee4cec2c7445a5.tar.xz
aniwatch-api-e8c3a16d60c64d43acc4aae746ee4cec2c7445a5.zip
chore(release): v1.33.4 [skip ci]
-rw-r--r--CHANGELOG.md19
-rw-r--r--package.json2
2 files changed, 5 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86c1317..d72cd7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.33.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.3...v1.33.4) (2024-06-11)
+
+
+
## [1.33.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.2...v1.33.3) (2024-05-10)
@@ -25,18 +29,3 @@
-# [1.32.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.31.0...v1.32.0) (2024-04-28)
-
-
-### Bug Fixes
-
-* fixed table spacing ([0a291ad](https://github.com/ghoshRitesh12/aniwatch-api/commit/0a291ad659aa9095fa443cfd55b094b2036920da))
-
-
-### Features
-
-* added raw servers to `/servers` endpoint response ([ffebb03](https://github.com/ghoshRitesh12/aniwatch-api/commit/ffebb03bc9a0f362e44603c6f71a276567d08c30))
-* added the ability to grab episode sources from raw servers in endpoint `/episode-srcs` ([a0d039e](https://github.com/ghoshRitesh12/aniwatch-api/commit/a0d039ecc120cfeb8352c6b525ee1e766555f9ec))
-
-
-
diff --git a/package.json b/package.json
index 010c1f1..fb70d08 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.33.3",
+ "version": "1.33.4",
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
"main": "src/server.ts",
"type": "module",