Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Sep 9, 2019
1 parent aae8daa commit 74f412f
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 @@
## [0.0.8](https://github.com/Akurganow/use-persisted-state/compare/v0.0.7...v0.0.8) (2019-09-09)


### Bug Fixes

* **empty key:** check that key in persisted storage ([aae8daa](https://github.com/Akurganow/use-persisted-state/commit/aae8daa))

## [0.0.7](https://github.com/Akurganow/use-persisted-state/compare/v0.0.5...v0.0.7) (2019-09-06)

## [0.0.6](https://github.com/Akurganow/use-persisted-state/compare/v0.0.5...v0.0.6) (2019-09-06)
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": "0.0.7",
"version": "0.0.8",
"description": "Like useState hook but with persistance in storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 74f412f

Please sign in to comment.