Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcch committed Feb 13, 2022
1 parent f1d9de6 commit 9e1d4b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
## [5.1.0](https://github.com/react-cmpt/react-request-hook/compare/v5.0.1...v5.1.0) (2022-02-13)


### Features

* **RequestProvider:** `RequestProvider` is optional. You can use `useRequest`, `useResource` directly. ([afd0e40](https://github.com/react-cmpt/react-request-hook/commit/afd0e40011a1480c2710e062cd9e9614d92050af))



## [5.0.1](https://github.com/react-cmpt/react-request-hook/compare/v5.0.0...v5.0.1) (2021-12-16)


### Chore

* peerDependencies: axios version >= 0.21.4. (for `AxiosRequestConfig` genericity ) ([fe6ac4e](https://github.com/react-cmpt/react-request-hook/commit/fe6ac4ea1befe668665fb8da8f8cf5486186f4d9))
* peerDependencies: axios version >= 0.21.4. (for `AxiosRequestConfig` genericity ) ([fe6ac4e](https://github.com/react-cmpt/react-request-hook/commit/fe6ac4ea1befe668665fb8da8f8cf5486186f4d9))



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": "@react-cmpt/react-request-hook",
"version": "5.0.1",
"version": "5.1.0",
"description": "Managed request calls made easy by React Hooks",
"contributors": [
"Matheus Schettino <schettino2@gmail.com>",
Expand Down

0 comments on commit 9e1d4b2

Please sign in to comment.