feat: merge branch 'main'

This commit is contained in:
Ritesh Ghosh
2024-07-14 00:14:46 +05:30
2 changed files with 11 additions and 5 deletions
+10 -4
View File
@@ -1,3 +1,13 @@
# [1.35.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.34.3...v1.35.0) (2024-07-13)
### Features
* add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` endpoint ([041c0b7](https://github.com/ghoshRitesh12/aniwatch-api/commit/041c0b7098ffb3d87a729d7dbfc774a96761d3c3))
* add `airingTimestamp` and `secondsUntilAiring` to `/anime/schedule` endpoint ([3f0b367](https://github.com/ghoshRitesh12/aniwatch-api/commit/3f0b367ae027370a81df716eb75c05703a1af905))
## [1.34.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.34.2...v1.34.3) (2024-07-13) ## [1.34.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.34.2...v1.34.3) (2024-07-13)
@@ -19,7 +29,3 @@
## [1.33.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.3...v1.33.4) (2024-06-11)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "aniwatch-api", "name": "aniwatch-api",
"version": "1.34.3", "version": "1.35.0",
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios", "description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
"main": "src/server.ts", "main": "src/server.ts",
"type": "module", "type": "module",