From 176d4ce00954d9fb065300d5a0cbc391dafb228b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 3 Mar 2024 14:37:49 +0000 Subject: chore(release): v1.26.0 [skip ci] --- CHANGELOG.md | 19 ++++++++++--------- package.json | 2 +- 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", -- cgit v1.2.3