Skip to content

Commit

Permalink
chore(release): v1.35.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 13, 2024
1 parent 041c0b7 commit 284e960
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand All @@ -19,7 +29,3 @@



## [1.33.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.3...v1.33.4) (2024-06-11)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
"main": "src/server.ts",
"type": "module",
Expand Down

0 comments on commit 284e960

Please sign in to comment.