From 55810ccf2372209f9b46c96ac12811e5a05f7961 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 4 Oct 2024 17:57:37 +0000 Subject: [PATCH] chore(release): v1.40.0 [skip ci] --- CHANGELOG.md | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1b900..81784d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.40.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.39.0...v1.40.0) (2024-10-04) + + +### Features + +* **future:** add hianime_v2 image ([1bba988](https://github.com/ghoshRitesh12/aniwatch-api/commit/1bba988e0d241121b51f9d9a9822da1237bd8aa8)) +* **future:** add hianime_v2 social img ([332feca](https://github.com/ghoshRitesh12/aniwatch-api/commit/332feca25f9f287d5cdf82a5bb8cf8ebe2210d67)) + + + # [1.39.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.4...v1.39.0) (2024-10-04) @@ -19,7 +29,3 @@ -## [1.38.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.38.0...v1.38.1) (2024-08-13) - - - diff --git a/package.json b/package.json index 4b53e21..354b305 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.39.0", + "version": "1.40.0", "description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)", "main": "src/server.ts", "type": "module",