diff --git a/.changeset/cuddly-peas-deny.md b/.changeset/cuddly-peas-deny.md deleted file mode 100644 index 46d3b98..0000000 --- a/.changeset/cuddly-peas-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@softnetics/hono-react-query": patch ---- - -Fix isHonoResponseError does not work properly in production diff --git a/.changeset/purple-kids-juggle.md b/.changeset/purple-kids-juggle.md deleted file mode 100644 index 97d03d6..0000000 --- a/.changeset/purple-kids-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@softnetics/hono-react-query": minor ---- - -Add Raw Response to the response from the lib. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2717aaf..6cb6301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @softnetics/hono-react-query +## 1.2.0 + +### Minor Changes + +- [#15](https://github.com/softnetics/hono-react-query/pull/15) [`a89fdcb`](https://github.com/softnetics/hono-react-query/commit/a89fdcb9d3392cda2ffa1f84a8fc17d28ce1b67a) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Add Raw Response to the response from the lib. + +### Patch Changes + +- [#16](https://github.com/softnetics/hono-react-query/pull/16) [`e4b6dc2`](https://github.com/softnetics/hono-react-query/commit/e4b6dc23dec80f8de5829236455e116f45fae586) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Fix isHonoResponseError does not work properly in production + ## 1.1.7 ### Patch Changes diff --git a/package.json b/package.json index e3ce602..651f469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softnetics/hono-react-query", - "version": "1.1.7", + "version": "1.2.0", "type": "module", "exports": { ".": "./src/index.ts"