diff --git a/.changeset/salty-falcons-march.md b/.changeset/salty-falcons-march.md deleted file mode 100644 index a8160b5..0000000 --- a/.changeset/salty-falcons-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@softnetics/hono-react-query': minor ---- - -Introduce useQuery with DefinedUseQueryResult type and queryOptions with DefinedInitialDataOptions diff --git a/CHANGELOG.md b/CHANGELOG.md index ed5eca4..d68ad1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @softnetics/hono-react-query +## 1.1.0 + +### Minor Changes + +- [#2](https://github.com/softnetics/hono-react-query/pull/2) [`e535f40`](https://github.com/softnetics/hono-react-query/commit/e535f40d0debbc4d4348aa1ff57f0776009da2a8) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Introduce useQuery with DefinedUseQueryResult type and queryOptions with DefinedInitialDataOptions + ## 1.0.0 ### Major Changes diff --git a/package.json b/package.json index 386c18e..13d28c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softnetics/hono-react-query", - "version": "1.0.0", + "version": "1.1.0", "type": "module", "private": true, "exports": {