diff --git a/CHANGELOG.md b/CHANGELOG.md index a218744..a8a44a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.9.0] - 2024-09-29 +### Added +- add: change atom signature to return a setter function to force re-evaluate an atom. This is to help the atom able to reevaluate when it hits an error boundary by throwing a rejected promise. + ## [0.8.8] - 2024-09-15 ### Changed - fix: use query.reset on error instead of client.resetQueries. diff --git a/package.json b/package.json index 1e9ed78..bee523f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jotai-tanstack-query", "description": "👻🌺", - "version": "0.8.8", + "version": "0.9.0", "author": "Daishi Kato", "contributors": [ "Mohammad Bagher Abiat",