From 2d2ae67ac8066f16b1782042393daff24c7f5072 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 4 Oct 2024 06:55:23 +0000 Subject: [PATCH] chore(release): v1.39.0 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7327cab..6b1b900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.39.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.4...v1.39.0) (2024-10-04) + + +### Features + +* update allowed origins to include wildcard if env not present ([21a8718](https://github.com/ghoshRitesh12/aniwatch-api/commit/21a8718f87d7409d61970139e39c2bb0c6cfe91c)) + + + ## [1.38.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.3...v1.38.4) (2024-10-04) @@ -14,12 +23,3 @@ -# [1.38.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.37.0...v1.38.0) (2024-07-24) - - -### Features - -* add `jname` field to Anime interface ([c65d786](https://github.com/ghoshRitesh12/aniwatch-api/commit/c65d786673c4369b8d617a6972d01b7ad3a51954)) - - - diff --git a/package.json b/package.json index e94610e..4b53e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.38.4", + "version": "1.39.0", "description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)", "main": "src/server.ts", "type": "module",