chore(release): v2.4.0 [skip ci]

This commit is contained in:
Conventional Changelog Action
2024-12-17 13:40:02 +00:00
parent 4275a65b9d
commit 1b5caede22
2 changed files with 10 additions and 12 deletions
+9 -11
View File
@@ -1,3 +1,12 @@
# [2.4.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.1...v2.4.0) (2024-12-17)
### Features
* **puppeteer:** add chromium deps and envs for seamless operation of puppeteer ([4275a65](https://github.com/ghoshRitesh12/aniwatch-api/commit/4275a65b9dc959e91a8eb388df5546b797c639a4))
## [2.3.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.0...v2.3.1) (2024-12-17) ## [2.3.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.3.0...v2.3.1) (2024-12-17)
@@ -34,14 +43,3 @@
# [2.1.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v2.0.2...v2.1.0) (2024-10-29)
### Features
* add `.editorconfig` ([90c0e86](https://github.com/ghoshRitesh12/aniwatch-api/commit/90c0e869abaae168bc07fe93782b65651f45dfc8))
* **prettier:** add `.prettierignore` ([23fcd4a](https://github.com/ghoshRitesh12/aniwatch-api/commit/23fcd4a19f7da2817782d557b6d5e6f664b3b584))
* **prettier:** add `prettier.config.mjs` ([9ae824b](https://github.com/ghoshRitesh12/aniwatch-api/commit/9ae824b42c2665869e0a7bc964339ee6cc414d1a))
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "aniwatch-api", "name": "aniwatch-api",
"version": "2.3.1", "version": "2.4.0",
"description": "Node.js API for obtaining anime information from hianime.to", "description": "Node.js API for obtaining anime information from hianime.to",
"main": "src/server.ts", "main": "src/server.ts",
"type": "module", "type": "module",