diff --git a/.changeset/khaki-comics-taste.md b/.changeset/khaki-comics-taste.md deleted file mode 100644 index dc9ebb4..0000000 --- a/.changeset/khaki-comics-taste.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@softnetics/hono-react-query": minor ---- - -Add support for `useSuspenseQuery` and `suspenseQueryOptions` and related types in the React Query Client - diff --git a/CHANGELOG.md b/CHANGELOG.md index ac11f2b..3dfa37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @softnetics/hono-react-query +## 1.3.0 + +### Minor Changes + +- [#20](https://github.com/softnetics/hono-react-query/pull/20) [`ccb5740`](https://github.com/softnetics/hono-react-query/commit/ccb57407471cf7513af22e5346a50dd0bdc0fe5e) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add support for `useSuspenseQuery` and `suspenseQueryOptions` and related types in the React Query Client + ## 1.2.1 ### Patch Changes diff --git a/package.json b/package.json index 58beded..4795dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softnetics/hono-react-query", - "version": "1.2.1", + "version": "1.3.0", "type": "module", "exports": { ".": "./src/index.ts"