From c9d7339ed9f1f2dd1395841fa772daaac0790546 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 19 Dec 2024 10:29:55 +0000 Subject: chore(release): v2.7.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 f8d4794..1db45a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.7.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.6.0...v2.7.0) (2024-12-19) + + +### Features + +* update dockerfile, remove chromium and related envs ([11462f3](https://github.com/ghoshRitesh12/aniwatch-api/commit/11462f309a6e73d041a8eafe12c0f6cdc3f5b9ac)) + + + # [2.6.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.5.0...v2.6.0) (2024-12-19) @@ -34,12 +43,3 @@ -## [2.4.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.4.1...v2.4.2) (2024-12-17) - - -### Bug Fixes - -* **vercel:** try2 to fix 'cannot find module puppeteer-extra-plugin-stealth' ([f5ec625](https://github.com/ghoshRitesh12/aniwatch-api/commit/f5ec625c6ec2255ea61117ade842df424cd7aa85)), closes [/github.com/vercel/pkg/issues/910#issuecomment-1032839383](https://github.com//github.com/vercel/pkg/issues/910/issues/issuecomment-1032839383) - - - diff --git a/package.json b/package.json index 1b715bf..681234e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "2.6.0", + "version": "2.7.0", "description": "Node.js API for obtaining anime information from hianime.to", "main": "src/server.ts", "type": "module", -- cgit v1.2.3