aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-04-21 14:34:21 +0000
committerConventional Changelog Action <[email protected]>2024-04-21 14:34:21 +0000
commit22599a38d9e08c4dc5cd325c53f5509980f435fe (patch)
tree1c403d59e160b474180ea10ec90e0e9d2c733fc6
parenta2c10d3f2b7a1308c1947cac7a3dded51ed04b33 (diff)
downloadaniwatch-api-22599a38d9e08c4dc5cd325c53f5509980f435fe.tar.xz
aniwatch-api-22599a38d9e08c4dc5cd325c53f5509980f435fe.zip
chore(release): v1.31.0 [skip ci]
-rw-r--r--CHANGELOG.md23
-rw-r--r--package.json2
2 files changed, 15 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 642c061..fb2226e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# [1.31.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.30.0...v1.31.0) (2024-04-21)
+
+
+### Bug Fixes
+
+* regex key grabber ([33bdd5a](https://github.com/ghoshRitesh12/aniwatch-api/commit/33bdd5adcd7c43925b9a6250d958060fd89a7dd1))
+
+
+### Features
+
+* added new error message ([44d6ff5](https://github.com/ghoshRitesh12/aniwatch-api/commit/44d6ff5a11f41db7776910a4e8fd635352913b06))
+
+
+
# [1.30.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.29.0...v1.30.0) (2024-04-14)
@@ -41,12 +55,3 @@
-# [1.27.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.26.0...v1.27.0) (2024-03-03)
-
-
-### Features
-
-* add explicit interval time for convenience ([a4b08c4](https://github.com/ghoshRitesh12/aniwatch-api/commit/a4b08c435c0ed62c57a1a6a985e3eed25bb82c92))
-
-
-
diff --git a/package.json b/package.json
index d05ff54..e2fbfab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.30.0",
+ "version": "1.31.0",
"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",