Skip to content

Commit

Permalink
chore(release): 13.14.3 [skip ci]
Browse files Browse the repository at this point in the history
## [13.14.3](v13.14.2...v13.14.3) (2020-01-08)

### Bug Fixes

* useUpdateEffect cleanup test returns false positive ([9b31c42](9b31c42))
* useUpdateEffect test returning false positive ([#865](#865)) ([1946006](1946006))
  • Loading branch information
semantic-release-bot committed Jan 8, 2020
1 parent 1946006 commit 9eb571c
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 @@
## [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)


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

0 comments on commit 9eb571c

Please sign in to comment.