Skip to content

Commit 7fc081e

Browse files
committed
v6.2.0
1 parent 985cc0a commit 7fc081e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [6.2.0](https://github.com/axios-use/react/compare/v6.1.0...v6.2.0) (2022-08-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** ready return type (RequestFactory). ([1407056](https://github.com/axios-use/react/commit/140705628a9f503fde9aa3a47be6fae8ecfc49d0))
7+
8+
9+
### Features
10+
11+
* **useResource:** return refresh func. ([f6e7692](https://github.com/axios-use/react/commit/f6e7692123a007c0a77f59bc9d8c8b32f52fc566))
12+
```diff
13+
- const [reqState, fetch] = useResource();
14+
+ const [reqState, fetch, refresh] = useResource();
15+
```
16+
17+
18+
119
## [6.1.0](https://github.com/axios-use/react/compare/v6.0.0...v6.1.0) (2022-07-05)
220

321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axios-use/react",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "A React hook plugin for Axios. Lightweight, cancelable and less change",
55
"contributors": [
66
"Matheus Schettino <[email protected]>",

0 commit comments

Comments
 (0)