From 66ecb5767d3120c0ce393a0d7280d2ca7f5d16d6 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Wed, 23 Nov 2016 00:35:11 -0800 Subject: [PATCH 1/2] Add 0.8.2 to change log --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b8d821ae4..73c85247d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change log +### vNEXT + +* ... + +### v0.8.2 + +* Fix for new custom scalar support introduced in `0.8.1`. ([@oricordeau](https://github.com/oricordeau) in [#203](https://github.com/apollostack/graphql-tools/pull/203) + ### v0.8.1 * Support custom scalar types developed for GraphQL.js, such as [graphql-type-json](https://github.com/taion/graphql-type-json). ([@oricordeau](https://github.com/oricordeau) in [#189](https://github.com/apollostack/graphql-tools/pull/189) From f39fc1f8b88b6b0a1f4fdd25624c1c4c8d233a22 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Wed, 23 Nov 2016 00:35:29 -0800 Subject: [PATCH 2/2] 0.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcdc3189994..72273b634fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools", - "version": "0.8.1", + "version": "0.8.2", "description": "A set of useful tools for GraphQL", "main": "dist/index.js", "typings": "dist/index.d.ts",