Skip to content

Commit

Permalink
chore: release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Aug 9, 2024
1 parent b27d779 commit 0128a16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.10.1](https://github.com/jotaijs/jotai-devtools/compare/v0.10.0...v0.10.1) (2024-08-09)

### Bug Fixes

- atom toString includes debugLabel in dev mode
([#156](https://github.com/jotaijs/jotai-devtools/issues/156))
([609bd5a](https://github.com/jotaijs/jotai-devtools/commit/609bd5a06dce10090aac9db99a4d83cc5634b3cf))
- react warnings on async atom read in v2 store
([#160](https://github.com/jotaijs/jotai-devtools/issues/160))
([b27d779](https://github.com/jotaijs/jotai-devtools/commit/b27d7793726139488a66a17cee12a569e5482ccb))

## [0.10.0](https://github.com/jotaijs/jotai-devtools/compare/v0.9.1...v0.10.0) (2024-06-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jotai-devtools",
"version": "0.10.0",
"version": "0.10.1",
"description": "A powerful toolkit to enhance your development experience with Jotai",
"author": {
"name": "Arjun Vegda",
Expand Down

0 comments on commit 0128a16

Please sign in to comment.