chore(release): 13.14.3 [skip ci]

## [13.14.3](https://github.com/streamich/react-use/compare/v13.14.2...v13.14.3) (2020-01-08)

### Bug Fixes

* useUpdateEffect cleanup test returns false positive ([9b31c42](9b31c42ccb))
* useUpdateEffect test returning false positive ([#865](https://github.com/streamich/react-use/issues/865)) ([1946006](1946006c42))
This commit is contained in:
semantic-release-bot 2020-01-08 01:36:39 +00:00
parent 1946006c42
commit 9eb571c38a
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [13.14.3](https://github.com/streamich/react-use/compare/v13.14.2...v13.14.3) (2020-01-08)
### Bug Fixes
* useUpdateEffect cleanup test returns false positive ([9b31c42](https://github.com/streamich/react-use/commit/9b31c42ccb42fe13fc24f7434b00a1bcbee8cd8a))
* useUpdateEffect test returning false positive ([#865](https://github.com/streamich/react-use/issues/865)) ([1946006](https://github.com/streamich/react-use/commit/1946006c4224bc61eabb797f4cdd7d20fff7ab25))
## [13.14.2](https://github.com/streamich/react-use/compare/v13.14.1...v13.14.2) (2020-01-08)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "13.14.2",
"version": "13.14.3",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",