Skip to content

Commit 552d9b5

Browse files
committed
0.9.0-rc.2
1 parent 5b7e8ba commit 552d9b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Feature: Allow per-request field-name normalization for symmetry with de-normalization [#253](https://github.com/apollographql/apollo-link-rest/pull/253)
1111
* Improvement: Use globalThis instead of global [#293](https://github.com/apollographql/apollo-link-rest/pull/293)
1212
* Fix: fieldNameNormalizer mangling ArrayBuffer/Blob types [#247](https://github.com/apollographql/apollo-link-rest/pull/247)
13+
* Drop dependency on `graphql-anywhere`! [#301](https://github.com/apollographql/apollo-link-rest/pull/301)
1314

1415
### v0.8.0
1516

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

0 commit comments

Comments
 (0)