Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Oct 4, 2020
1 parent d8b26b1 commit b2a7a0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.0](https://github.com/Akurganow/use-persisted-state/compare/v1.0.2...v1.1.0) (2020-10-04)


### Features

* Support SSR. Closes [#196](https://github.com/Akurganow/use-persisted-state/issues/196) ([9e17280](https://github.com/Akurganow/use-persisted-state/commit/9e1728038976686f679e4bf867c8150a66d14293))
* Watch key changes. Closes [#187](https://github.com/Akurganow/use-persisted-state/issues/187) ([f3699aa](https://github.com/Akurganow/use-persisted-state/commit/f3699aa46b24c9e55603b2f6c3f705eeb3c78d89))

### [1.0.2](https://github.com/Akurganow/use-persisted-state/compare/v1.0.1...v1.0.2) (2020-06-15)


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

0 comments on commit b2a7a0d

Please sign in to comment.