diff --git a/.changeset/hot-tips-prove.md b/.changeset/hot-tips-prove.md deleted file mode 100644 index 0f5b6f1..0000000 --- a/.changeset/hot-tips-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lukemorales/query-key-factory': patch ---- - -Loosen types for `TypedUseQueryOptions` and allow inference of dynamic query options generation diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a505e..6451715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @lukemorales/query-key-factory +## 1.3.1 + +### Patch Changes + +- [#67](https://github.com/lukemorales/query-key-factory/pull/67) [`e6b8389`](https://github.com/lukemorales/query-key-factory/commit/e6b8389742229bda5b28c233212bc7a87513b52e) Thanks [@lukemorales](https://github.com/lukemorales)! - Loosen types for `TypedUseQueryOptions` and allow inference of dynamic query options generation + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 68a23a3..7a4cacd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukemorales/query-key-factory", - "version": "1.3.0", + "version": "1.3.1", "author": "Luke Morales ", "description": "A library for creating standardized query keys, useful for cache management in @tanstack/query", "license": "MIT",