Skip to content

Commit

Permalink
changelog v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalijonn committed Sep 29, 2024
1 parent 4e51c9f commit ddee97b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jotai-tanstack-query",
"description": "👻🌺",
"version": "0.8.8",
"version": "0.9.0",
"author": "Daishi Kato",
"contributors": [
"Mohammad Bagher Abiat",
Expand Down

0 comments on commit ddee97b

Please sign in to comment.