Skip to content

Commit

Permalink
chore(release): 13.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.13.0](v13.12.2...v13.13.0) (2019-12-27)

### Features

* add useShallowCompareEffect and useCustomCompareEffect hooks ([ba8803e](ba8803e))
  • Loading branch information
semantic-release-bot committed Dec 27, 2019
1 parent ba8803e commit 79034b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [13.13.0](https://github.com/streamich/react-use/compare/v13.12.2...v13.13.0) (2019-12-27)


### Features

* add useShallowCompareEffect and useCustomCompareEffect hooks ([ba8803e](https://github.com/streamich/react-use/commit/ba8803eab26d2d48028a4b7120a7354c6d318aea))

## [13.12.2](https://github.com/streamich/react-use/compare/v13.12.1...v13.12.2) (2019-12-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "13.12.2",
"version": "13.13.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 79034b6

Please sign in to comment.