Skip to content

Commit

Permalink
chore(release): 15.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [15.3.1](v15.3.0...v15.3.1) (2020-06-29)

### Bug Fixes

* **usePrevious:** revert the reworked variant as a fix of [#1315](#1315) ([a4279eb](a4279eb))
  • Loading branch information
semantic-release-bot committed Jun 29, 2020
1 parent a4279eb commit f8b737b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [15.3.1](https://github.com/streamich/react-use/compare/v15.3.0...v15.3.1) (2020-06-29)


### Bug Fixes

* **usePrevious:** revert the reworked variant as a fix of [#1315](https://github.com/streamich/react-use/issues/1315) ([a4279eb](https://github.com/streamich/react-use/commit/a4279eb660f6b433ed88e0d90c2bb0b3158d3b00))

# [15.3.0](https://github.com/streamich/react-use/compare/v15.2.5...v15.3.0) (2020-06-19)


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": "15.3.0",
"version": "15.3.1",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit f8b737b

Please sign in to comment.