Skip to content

Commit 62ca581

Browse files
committed
v0.7.3
1 parent 1c6df75 commit 62ca581

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.3
8+
9+
* Fix: Nested `@rest(…)` calls with nested `@export(as:…)` directives should keep their contexts distinct in order to work. [#204](https://github.com/apollographql/apollo-link-rest/pull/204)
10+
711
### v0.7.2
812

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

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.2",
3+
"version": "0.7.3",
44
"description": "Query existing REST services with GraphQL",
55
"license": "MIT",
66
"main": "./lib/bundle.umd.js",

0 commit comments

Comments
 (0)