aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-03-03 23:13:48 +0530
committerRitesh Ghosh <[email protected]>2024-03-03 23:13:48 +0530
commitbd1e62c1742d5d4df47fdbd50739ee14710ce4b9 (patch)
tree05dbf6df3a0ce89f68aefc77d2766d2ada70d3f7
parent1624a268cb61417d9942fe6c574db5688a250bae (diff)
parent176d4ce00954d9fb065300d5a0cbc391dafb228b (diff)
downloadaniwatch-api-bd1e62c1742d5d4df47fdbd50739ee14710ce4b9.tar.xz
aniwatch-api-bd1e62c1742d5d4df47fdbd50739ee14710ce4b9.zip
refactor: pulled in changes from release
-rw-r--r--CHANGELOG.md19
-rw-r--r--package.json2
2 files changed, 11 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6a3195..f1ead60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# [1.26.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.25.0...v1.26.0) (2024-03-03)
+
+
+### Features
+
+* add axios config for future code reusability ([4782a8d](https://github.com/ghoshRitesh12/aniwatch-api/commit/4782a8dd708ec1f68bf469907024c082d606dc79))
+* update rebranded domain name ([a6f99bf](https://github.com/ghoshRitesh12/aniwatch-api/commit/a6f99bf681d27483d6f214c48673b875d3cbf6ab))
+
+
+
# [1.25.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.24.1...v1.25.0) (2024-03-03)
@@ -31,12 +41,3 @@
-# [1.22.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.21.4...v1.22.0) (2024-01-22)
-
-
-### Features
-
-* add render deployment config file ([a0cdb59](https://github.com/ghoshRitesh12/aniwatch-api/commit/a0cdb59f74d6f1994ba84faa6430933edb505182))
-
-
-
diff --git a/package.json b/package.json
index b0ea983..eef7c60 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "aniwatch-api",
- "version": "1.25.0",
+ "version": "1.26.0",
"description": "Node Express API for obtaining anime information from aniwatch",
"main": "ts-node src/server.ts",
"type": "module",