diff options
| author | Conventional Changelog Action <[email protected]> | 2024-03-25 13:32:50 +0000 |
|---|---|---|
| committer | Conventional Changelog Action <[email protected]> | 2024-03-25 13:32:50 +0000 |
| commit | 05f62add7689dd4308f53d5777961d5720afbe93 (patch) | |
| tree | b46f44d7456cd4a6f560cc7b13941aa1a97ec65b | |
| parent | 176a7a4bd722ff421a0e3836fa444bd912bcbe4e (diff) | |
| download | aniwatch-api-05f62add7689dd4308f53d5777961d5720afbe93.tar.xz aniwatch-api-05f62add7689dd4308f53d5777961d5720afbe93.zip | |
chore(release): v1.29.0 [skip ci]
| -rw-r--r-- | CHANGELOG.md | 23 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 15 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca243e..b34f8d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [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)) + + + # [1.28.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.27.1...v1.28.0) (2024-03-12) @@ -32,12 +46,3 @@ -# [1.25.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.24.1...v1.25.0) (2024-03-03) - - -### Features - -* update rebranded domain name ([5562885](https://github.com/ghoshRitesh12/aniwatch-api/commit/5562885184e892743f14df199a21d9521deeb989)) - - - diff --git a/package.json b/package.json index e26d19b..9a43f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aniwatch-api", - "version": "1.28.0", + "version": "1.29.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", |
