We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e0c56 commit 1da9bd1Copy full SHA for 1da9bd1
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
### v0.next
6
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
11
### v0.7.1
12
13
* Fix: Duplicated Content Type Header [#188](https://github.com/apollographql/apollo-link-rest/pull/188)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "apollo-link-rest",
3
- "version": "0.7.1",
+ "version": "0.7.2",
"description": "Query existing REST services with GraphQL",
"license": "MIT",
"main": "./lib/bundle.umd.js",
0 commit comments