diff options
| author | Conventional Changelog Action <[email protected]> | 2024-03-03 14:37:49 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-03-03 14:37:49 +0000 |
| commit | 176d4ce00954d9fb065300d5a0cbc391dafb228b (patch) | |
| tree | 15f43744b16d428f021e1e818727c55610ef57d4 | |
| parent | 78eab220b633129d4711090786f583bc8b437a13 (diff) | |
| download | aniwatch-api-176d4ce00954d9fb065300d5a0cbc391dafb228b.tar.xz aniwatch-api-176d4ce00954d9fb065300d5a0cbc391dafb228b.zip | |
chore(release): v1.26.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 19 | ||||
| -rw-r--r-- | 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", |
