Skip to content

Commit 1c29b72

Browse files
committed
bump version 0.9.0
1 parent 2a7a3c0 commit 1c29b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ So, I create one by myself.
1717
- [x] Support exclude for some other path
1818
- [x] Proxy for other api server
1919
- [x] Delay for global and specific path
20-
- [ ] Support flexible fallback to network([#6](https://github.com/WhatAKitty/react-native-fetch-mock/issues/6))
20+
- [x] Support flexible fallback to network([#6](https://github.com/WhatAKitty/react-native-fetch-mock/issues/6))
2121
- [ ] Support inline valiation(such as: '/api/users/{userid:[a-z|A-Z]}')
2222

2323
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fetch-mock",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "fetch mock for react-native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)