Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Jun 15, 2020
1 parent e287091 commit df4014b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.0.2](https://github.com/Akurganow/use-persisted-state/compare/v1.0.1...v1.0.2) (2020-06-15)


### Bug Fixes

* **async storage:** setState in set hook ([e287091](https://github.com/Akurganow/use-persisted-state/commit/e287091669e2e40c4fa6d54328df285a920b249a))

### [1.0.1](https://github.com/Akurganow/use-persisted-state/compare/v1.0.0...v1.0.1) (2020-06-14)

## [1.0.0](https://github.com/Akurganow/use-persisted-state/compare/v0.2.5...v1.0.0) (2020-06-14)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plq/use-persisted-state",
"version": "1.0.1",
"version": "1.0.2",
"description": "useState hook with persistance in storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit df4014b

Please sign in to comment.