Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed Mar 26, 2019
1 parent e7e0c56 commit 1da9bd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### v0.next

### v0.7.2

* Fix: FileList/File aren't available in react-native causing crashes. [#200](https://github.com/apollographql/apollo-link-rest/pull/200)

### v0.7.1

* Fix: Duplicated Content Type Header [#188](https://github.com/apollographql/apollo-link-rest/pull/188)
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": "apollo-link-rest",
"version": "0.7.1",
"version": "0.7.2",
"description": "Query existing REST services with GraphQL",
"license": "MIT",
"main": "./lib/bundle.umd.js",
Expand Down

0 comments on commit 1da9bd1

Please sign in to comment.