diff options
| author | Conventional Changelog Action <[email protected]> | 2024-12-19 10:29:55 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-12-19 10:29:55 +0000 |
| commit | c9d7339ed9f1f2dd1395841fa772daaac0790546 (patch) | |
| tree | 8cf837e1534a2bfe7514bf2ddec677ae1b793c03 | |
| parent | 11462f309a6e73d041a8eafe12c0f6cdc3f5b9ac (diff) | |
| download | aniwatch-api-c9d7339ed9f1f2dd1395841fa772daaac0790546.tar.xz aniwatch-api-c9d7339ed9f1f2dd1395841fa772daaac0790546.zip | |
chore(release): v2.7.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 18 | ||||
| -rw-r--r-- | 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", |
