Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 6e2ed42

Browse files
committed
3.1.2
1 parent 70ee6e9 commit 6e2ed42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### v3.1.2 (2018/8/2)
4+
5+
**Bug Fixes**
6+
7+
- Fixes a bug that can occur in React Native environments
8+
39
### v3.1.1 (2018/7/10)
410

511
**Bug Fixes**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-request",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Declarative HTTP requests with React.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)