Skip to content

Commit 1da9bd1

Browse files
committed
v0.7.2
1 parent e7e0c56 commit 1da9bd1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### v0.next
66

7+
### v0.7.2
8+
9+
* Fix: FileList/File aren't available in react-native causing crashes. [#200](https://github.com/apollographql/apollo-link-rest/pull/200)
10+
711
### v0.7.1
812

913
* Fix: Duplicated Content Type Header [#188](https://github.com/apollographql/apollo-link-rest/pull/188)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-link-rest",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Query existing REST services with GraphQL",
55
"license": "MIT",
66
"main": "./lib/bundle.umd.js",

0 commit comments

Comments
 (0)