diff options
| author | Conventional Changelog Action <[email protected]> | 2024-07-13 18:45:04 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-07-13 18:45:04 +0000 |
| commit | ce12c5d7c5cc56848eccf2deaeb7bc70c912a833 (patch) | |
| tree | b972f81292d11e234fd2d656b9bb9939147e4be9 | |
| parent | 0ede55f0ba48bb8bff5312c8cfb2635920fd2636 (diff) | |
| download | aniwatch-api-ce12c5d7c5cc56848eccf2deaeb7bc70c912a833.tar.xz aniwatch-api-ce12c5d7c5cc56848eccf2deaeb7bc70c912a833.zip | |
chore(release): v1.36.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7e12b..dd11c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [1.36.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.35.0...v1.36.0) (2024-07-13) + + + # [1.35.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.34.3...v1.35.0) (2024-07-13) @@ -20,12 +24,3 @@ -# [1.34.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.4...v1.34.0) (2024-06-11) - - -### Features - -* update rate limit to 6 reqs every 30 mins ([8d82f44](https://github.com/ghoshRitesh12/aniwatch-api/commit/8d82f448963dcf54c75dc93ea572f104dffcc9fb)) - - - diff --git a/package.json b/package.json index 9ff2aa8..8e26614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.35.0", + "version": "1.36.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", |
