## [1.1.0](https://github.com/ElJijuna/api-hooks/compare/@api-hooks/dh@1.0.1...@api-hooks/dh@1.1.0) (2026-07-02) ### Features * add queryOptions support to useDockerHubOrg hook and its tests ([b1502c5](https://github.com/ElJijuna/api-hooks/commit/b1502c59166e983a1ac86820d9ef7c8c98b6db19)) * add queryOptions support to useDockerHubRepository hook and its tests ([0b82176](https://github.com/ElJijuna/api-hooks/commit/0b82176a11c5c2be30a0ab9278228b0a059060ce)) * add queryOptions support to useDockerHubRepositoryTags hook and its tests ([b214fcb](https://github.com/ElJijuna/api-hooks/commit/b214fcbb9f874194886dec56ec80a9c79b0c39e3)) * add queryOptions support to useDockerHubRepositoryTagsInfinite hook and its tests ([f688174](https://github.com/ElJijuna/api-hooks/commit/f6881745034f4408de1425e71fcdc6b2c5ef1d51)) * add queryOptions support to useDockerHubSearch hook and its tests ([0b8037a](https://github.com/ElJijuna/api-hooks/commit/0b8037a32ad22947ef331407f0be33ddf5e5267b)) * add queryOptions support to useDockerHubSearchInfinite hook and its tests ([7db058a](https://github.com/ElJijuna/api-hooks/commit/7db058a9dd9b8dff5f05c560883222a423d52d93)) * add queryOptions support to useDockerHubUser hook and its tests ([4839f1b](https://github.com/ElJijuna/api-hooks/commit/4839f1bcc7cd0d4524888bd680de57e06e083463)) * add queryOptions support to useDockerHubUserRepositories hook and its tests ([7f0be41](https://github.com/ElJijuna/api-hooks/commit/7f0be414ca607be641d05a2990920883f8c82e3b)) * add queryOptions support to useDockerHubUserRepositoriesInfinite hook and its tests ([0c68fdc](https://github.com/ElJijuna/api-hooks/commit/0c68fdc104d16a40949f6815426b6f86e6a78f02)) * add QueryOverrides, InfiniteQueryOverrides, and MutationOverrides types ([885646a](https://github.com/ElJijuna/api-hooks/commit/885646a8246ee2464eb501071a81c1ef034f2877)) * add support for mutationOptions in useDockerHubLogin hook ([bdab160](https://github.com/ElJijuna/api-hooks/commit/bdab160f919a9747d77aa2887d6322ad94a7f1c8)) ### Documentation * add queryOptions support to various hooks in README ([7462ebb](https://github.com/ElJijuna/api-hooks/commit/7462ebb4dcaa8e4964b24fec11eb8ea37dbeef71)) ## [1.0.1](https://github.com/ElJijuna/api-hooks/compare/@api-hooks/dh@1.0.0...@api-hooks/dh@1.0.1) (2026-06-08) ### Refactoring * streamline type imports and improve consistency in hook tests ([aba2e5f](https://github.com/ElJijuna/api-hooks/commit/aba2e5fb3478b3828f89975681982b8076f20d98)) ## 1.0.0 (2026-06-07) ### Features * **@api-hooks/dh:** add hooks for Docker Hub API integration ([c88c2b5](https://github.com/ElJijuna/api-hooks/commit/c88c2b5074a18ff08b25c6a69e67647e041a6d2d))