Skip to content

Commit

Permalink
v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Aug 23, 2022
1 parent 985cc0a commit 7fc081e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [6.2.0](https://github.com/axios-use/react/compare/v6.1.0...v6.2.0) (2022-08-23)


### Bug Fixes

* **types:** ready return type (RequestFactory). ([1407056](https://github.com/axios-use/react/commit/140705628a9f503fde9aa3a47be6fae8ecfc49d0))


### Features

* **useResource:** return refresh func. ([f6e7692](https://github.com/axios-use/react/commit/f6e7692123a007c0a77f59bc9d8c8b32f52fc566))
```diff
- const [reqState, fetch] = useResource();
+ const [reqState, fetch, refresh] = useResource();
```



## [6.1.0](https://github.com/axios-use/react/compare/v6.0.0...v6.1.0) (2022-07-05)


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": "@axios-use/react",
"version": "6.1.0",
"version": "6.2.0",
"description": "A React hook plugin for Axios. Lightweight, cancelable and less change",
"contributors": [
"Matheus Schettino <schettino2@gmail.com>",
Expand Down

0 comments on commit 7fc081e

Please sign in to comment.