diff options
| author | Conventional Changelog Action <[email protected]> | 2024-05-02 14:24:26 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-05-02 14:24:26 +0000 |
| commit | 012d897ed21464a02c389eade24edc0a20066c52 (patch) | |
| tree | 9d622dd57a24291e32b3820934cf9c09f767dade | |
| parent | ea535ce85ed06a19611826f8486b3a93d43454db (diff) | |
| download | aniwatch-api-012d897ed21464a02c389eade24edc0a20066c52.tar.xz aniwatch-api-012d897ed21464a02c389eade24edc0a20066c52.zip | |
chore(release): v1.33.1 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 23 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 31052b2..dd19209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.33.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.33.0...v1.33.1) (2024-05-02) + + +### Bug Fixes + +* crash on unencrypted sources in megacloud extractor ([8ee9120](https://github.com/ghoshRitesh12/aniwatch-api/commit/8ee9120a1093e23a0c75b6b97ba83c62e1d58a85)) + + + # [1.33.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.32.0...v1.33.0) (2024-04-28) @@ -51,17 +60,3 @@ -# [1.29.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.28.0...v1.29.0) (2024-03-25) - - -### Features - -* **advancedSearch:** add advanced related constants ([68e4c70](https://github.com/ghoshRitesh12/aniwatch-api/commit/68e4c70dd887805bc2784bcbfabf5328a1ad752a)) -* **advancedSearch:** add advanced search feature ([1c02c9c](https://github.com/ghoshRitesh12/aniwatch-api/commit/1c02c9cf4f9c364c57a2f30471e676b5a5e5b5ca)) -* **advancedSearch:** add helper types ([71f0905](https://github.com/ghoshRitesh12/aniwatch-api/commit/71f0905115e88a96f59aa4a52d1ce69a793ebe0c)) -* **advancedSearch:** add utility methods related to advanced search ([79d0bdf](https://github.com/ghoshRitesh12/aniwatch-api/commit/79d0bdf05f86c5d5411f9473889442000786322f)) -* **advancedSearch:** add utility props to search response ([d6f9f0f](https://github.com/ghoshRitesh12/aniwatch-api/commit/d6f9f0f665c9d03b38b88baa8156892b9a32b0af)) -* **advancedSearch:** feat: add search filter parsing ([fef106d](https://github.com/ghoshRitesh12/aniwatch-api/commit/fef106da27270dcb86031e511a3cc428e40f41ff)) - - - diff --git a/package.json b/package.json index 71589e4..29e044f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.33.0", + "version": "1.33.1", "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", |
