diff --git a/.changeset/eighty-seas-burn.md b/.changeset/eighty-seas-burn.md deleted file mode 100644 index 16a714f..0000000 --- a/.changeset/eighty-seas-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@softnetics/hono-react-query": patch ---- - -Fix replace 'raw' with 'headers' in response types and parser diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb6301..ac11f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @softnetics/hono-react-query +## 1.2.1 + +### Patch Changes + +- [#18](https://github.com/softnetics/hono-react-query/pull/18) [`f4a24f1`](https://github.com/softnetics/hono-react-query/commit/f4a24f184523e2a16ac5b2280f096f71d42ec8d1) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Fix replace 'raw' with 'headers' in response types and parser + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 651f469..58beded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@softnetics/hono-react-query", - "version": "1.2.0", + "version": "1.2.1", "type": "module", "exports": { ".": "./src/index.ts"