We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704c7c9 commit f618352Copy full SHA for f618352
βCHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [5.7.0](https://github.com/streamich/react-use/compare/v5.6.0...v5.7.0) (2019-03-15)
2
+
3
4
+### Bug Fixes
5
6
+* π fix TypeScript typings for usePromise() ([ba0acb6](https://github.com/streamich/react-use/commit/ba0acb6))
7
8
9
+### Features
10
11
+* πΈ add usePromise() hook ([aad368b](https://github.com/streamich/react-use/commit/aad368b))
12
13
# [5.6.0](https://github.com/streamich/react-use/compare/v5.5.6...v5.6.0) (2019-03-13)
14
15
βpackage.json
@@ -1,6 +1,6 @@
{
"name": "react-use",
- "version": "5.6.0",
+ "version": "5.7.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
0 commit comments