diff --git a/.changeset/rich-llamas-run.md b/.changeset/rich-llamas-run.md deleted file mode 100644 index 55061b6..0000000 --- a/.changeset/rich-llamas-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"mobx-tanstack-query": minor ---- - -add mutationOptions helper diff --git a/CHANGELOG.md b/CHANGELOG.md index 5023f8e..a5a80d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # mobx-tanstack-query +## 7.1.0 + +### Minor Changes + +- [#84](https://github.com/js2me/mobx-tanstack-query/pull/84) [`3a8bcea`](https://github.com/js2me/mobx-tanstack-query/commit/3a8bcea840e1558faf1f06d4101f8c4179a02385) Thanks [@y0na24](https://github.com/y0na24)! - add mutationOptions helper + ## 7.0.1 ### Patch Changes diff --git a/package.json b/package.json index ae39690..637b5f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobx-tanstack-query", - "version": "7.0.1", + "version": "7.1.0", "scripts": { "prepare": "pnpm dev:install-hooks", "clean": "rimraf dist",