Skip to content

Commit 132aeb4

Browse files
committed
v6.3.0
1 parent 010cde9 commit 132aeb4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [6.3.0](https://github.com/axios-use/react/compare/v6.2.0...v6.3.0) (2022-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **useResource:** catch `fnOptions` undefined error. ([bd74a59](https://github.com/axios-use/react/commit/bd74a59bb100543190a935c65d194983ecc5cfa7))
7+
8+
9+
### Chore
10+
11+
* Upgrade devDependencies. (axios v1 [#17](https://github.com/axios-use/react/pull/17))
12+
13+
14+
115
## [6.2.0](https://github.com/axios-use/react/compare/v6.1.0...v6.2.0) (2022-08-23)
216

317

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.2.0",
3+
"version": "6.3.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)