Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akurganow committed Feb 9, 2021
1 parent 2b98835 commit 2f1fbec
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.1.2](https://github.com/Akurganow/use-persisted-state/compare/v1.1.1...v1.1.2) (2021-02-09)


### Bug Fixes

* **toString:** IE11 fix (TypeError: Invalid calling object) ([1514cd6](https://github.com/Akurganow/use-persisted-state/commit/1514cd6e520a60163b5a834bf337dc679b12530c))

### [1.1.1](https://github.com/Akurganow/use-persisted-state/compare/v1.1.0...v1.1.1) (2020-12-18)

## [1.1.0](https://github.com/Akurganow/use-persisted-state/compare/v1.0.2...v1.1.0) (2020-10-04)
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.1.1",
"version": "1.1.2",
"description": "useState hook with persistence in storage",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2f1fbec

Please sign in to comment.