Skip to content

Commit

Permalink
chore(release): v1.34.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jun 11, 2024
1 parent 8d82f44 commit 3d511bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
## [1.33.4](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.3...v1.33.4) (2024-06-11)
# [1.34.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.4...v1.34.0) (2024-06-11)


### Features

## [1.33.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.2...v1.33.3) (2024-05-10)
* update rate limit to 6 reqs every 30 mins ([8d82f44](https://github.com/ghoshRitesh12/aniwatch-api/commit/8d82f448963dcf54c75dc93ea572f104dffcc9fb))



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



## [1.33.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.0...v1.33.1) (2024-05-02)
## [1.33.3](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.2...v1.33.3) (2024-05-10)


### Bug Fixes

* crash on unencrypted sources in megacloud extractor ([8ee9120](https://github.com/ghoshRitesh12/aniwatch-api/commit/8ee9120a1093e23a0c75b6b97ba83c62e1d58a85))
## [1.33.2](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.1...v1.33.2) (2024-05-10)



# [1.33.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.32.0...v1.33.0) (2024-04-28)
## [1.33.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.0...v1.33.1) (2024-05-02)


### Features
### Bug Fixes

* added characters and voice actors to `/info` endpoint response ([f626119](https://github.com/ghoshRitesh12/aniwatch-api/commit/f6261199f8e83fd52714055023d033afbc09e53f))
* added promotional videos to `/info` endpoint response ([8abde11](https://github.com/ghoshRitesh12/aniwatch-api/commit/8abde11e7b09652447938afda936b0fa2bca7c76))
* crash on unencrypted sources in megacloud extractor ([8ee9120](https://github.com/ghoshRitesh12/aniwatch-api/commit/8ee9120a1093e23a0c75b6b97ba83c62e1d58a85))



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.33.4",
"version": "1.34.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 3d511bc

Please sign in to comment.