aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConventional Changelog Action <[email protected]>2024-02-19 18:31:37 +0000
committerConventional Changelog Action <[email protected]>2024-02-19 18:31:37 +0000
commitd73578748bfbb959e8a5bd336682b88c9635cc05 (patch)
tree8823531a756fc368413826ddc86b71e01296cb09
parent3617c500d6780353b660e4e50040c9c80c9dbc45 (diff)
downloadaniwatch-api-d73578748bfbb959e8a5bd336682b88c9635cc05.tar.xz
aniwatch-api-d73578748bfbb959e8a5bd336682b88c9635cc05.zip
chore(release): v1.23.0 [skip ci]
-rw-r--r--CHANGELOG.md14
-rw-r--r--package.json2
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70ae039..2da4e2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# [1.23.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.22.0...v1.23.0) (2024-02-19)
+
+
+### Features
+
+* update aniwatch domain name ([699b630](https://github.com/ghoshRitesh12/aniwatch-api/commit/699b630c4b66415222b0bb76e570ccfbedba0c75))
+* update decrypt key src ([3617c50](https://github.com/ghoshRitesh12/aniwatch-api/commit/3617c500d6780353b660e4e50040c9c80c9dbc45))
+
+
+
# [1.22.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.4...v1.22.0) (2024-01-22)
@@ -19,7 +29,3 @@
-## [1.21.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.0...v1.21.1) (2024-01-07)
-
-
-
diff --git a/package.json b/package.json
index 93af63a..8cbf99e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.22.0",
+ "version": "1.23.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",