From 62ca5810043eaf683788e43548ee7d9e65fc38c6 Mon Sep 17 00:00:00 2001 From: Frederic Barthelemy Date: Tue, 23 Apr 2019 15:30:05 -0700 Subject: [PATCH] v0.7.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6326e..f11aa29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### v0.next +### v0.7.3 + +* 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) + ### v0.7.2 * Fix: FileList/File aren't available in react-native causing crashes. [#200](https://github.com/apollographql/apollo-link-rest/pull/200) diff --git a/package.json b/package.json index debf2f9..1b8e526 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-link-rest", - "version": "0.7.2", + "version": "0.7.3", "description": "Query existing REST services with GraphQL", "license": "MIT", "main": "./lib/bundle.umd.js",