Skip to content

Commit

Permalink
chore(release): 9.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.7.2](v9.7.1...v9.7.2) (2019-06-27)

### Bug Fixes

* save to localStorage only when state changes ([ba6d375](ba6d375))
* use correct list variable in useList ([#412](#412)) ([b937296](b937296))
  • Loading branch information
semantic-release-bot committed Jun 27, 2019
1 parent 11aaf32 commit 0ba46f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [9.7.2](https://github.com/streamich/react-use/compare/v9.7.1...v9.7.2) (2019-06-27)


### Bug Fixes

* save to localStorage only when state changes ([ba6d375](https://github.com/streamich/react-use/commit/ba6d375))
* use correct list variable in useList ([#412](https://github.com/streamich/react-use/issues/412)) ([b937296](https://github.com/streamich/react-use/commit/b937296))

## [9.7.1](https://github.com/streamich/react-use/compare/v9.7.0...v9.7.1) (2019-06-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "9.7.1",
"version": "9.7.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 0ba46f9

Please sign in to comment.