Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Jun 14, 2020
1 parent 17eb5f8 commit 87b1a2b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.0](https://github.com/Akurganow/use-persisted-state/compare/v0.2.5...v1.0.0) (2020-06-14)


### Features

* **examples:** add async storage example ([5377681](https://github.com/Akurganow/use-persisted-state/commit/5377681b5db547fb0add701f49f9ad426e6e36f7))
* **hook:** support async storage ([68195f7](https://github.com/Akurganow/use-persisted-state/commit/68195f7d75dbd58087dd8dc0b38d92c5bbb3837d))
* **storages:** add storages ([9a8640b](https://github.com/Akurganow/use-persisted-state/commit/9a8640b3dbbb50686ff7b286d35b9707af3428ce))

### [0.2.5](https://github.com/Akurganow/use-persisted-state/compare/v0.2.4...v0.2.5) (2020-06-02)


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.2.5",
"version": "1.0.0",
"description": "useState hook with persistance in storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 87b1a2b

Please sign in to comment.