Skip to content

Commit

Permalink
chore(release): 13.24.1 [skip ci]
Browse files Browse the repository at this point in the history
## [13.24.1](v13.24.0...v13.24.1) (2020-02-15)

### Performance Improvements

* use fast-deep-equal for deep comparisons ([b9a8aad](b9a8aad))
  • Loading branch information
semantic-release-bot committed Feb 15, 2020
1 parent b9a8aad commit 316a5a1
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 @@
## [13.24.1](https://github.com/streamich/react-use/compare/v13.24.0...v13.24.1) (2020-02-15)


### Performance Improvements

* use fast-deep-equal for deep comparisons ([b9a8aad](https://github.com/streamich/react-use/commit/b9a8aad053a40028f119192ddecedb5c7ec05247))

# [13.24.0](https://github.com/streamich/react-use/compare/v13.23.0...v13.24.0) (2020-02-04)


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

0 comments on commit 316a5a1

Please sign in to comment.