Skip to content

Commit c8f3198

Browse files
chore(release): 5.9.0 [skip ci]
# [5.9.0](v5.8.1...v5.9.0) (2019-03-21) ### Features * add useAsyncRetry hook ([576cf42](576cf42)) ### Performance Improvements * remove asyn/await wrapper ([8e3de1c](8e3de1c))
1 parent b77f6bb commit c8f3198

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.9.0](https://github.com/streamich/react-use/compare/v5.8.1...v5.9.0) (2019-03-21)
2+
3+
4+
### Features
5+
6+
* add useAsyncRetry hook ([576cf42](https://github.com/streamich/react-use/commit/576cf42))
7+
8+
9+
### Performance Improvements
10+
11+
* remove asyn/await wrapper ([8e3de1c](https://github.com/streamich/react-use/commit/8e3de1c))
12+
113
## [5.8.1](https://github.com/streamich/react-use/compare/v5.8.0...v5.8.1) (2019-03-20)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "5.8.1",
3+
"version": "5.9.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)