Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Mar 25, 2024
1 parent 96b6d46 commit 1e73c2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

## [Unreleased]

## [0.1.0] - 2024-03-25
## [0.0.1] - 2024-03-25
### Added
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Counter = () => {
## But, why?

Zustand has `immer` middleware to update state mutably.
Valtio has the same capability. The combination is sweet.
Valtio has the same capability. Isn't the combination is sweet?

## Examples

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": "zustand-valtio",
"description": "A sweet combination of Zustand and Valtio",
"version": "0.0.0",
"version": "0.0.1",
"author": "Daishi Kato",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1e73c2e

Please sign in to comment.