diff --git a/CHANGELOG.md b/CHANGELOG.md index e0caee1..f39a9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### UNRELEASED +### v1.3.2 +- Fixed index.d.ts to properly support ES6 syntax +- Cleaned up import loop +- Fixed `execute()` to properly merge errors when `graphq.execute()` returns a completely null value +- Fixed proxying an imported root type resolver when the return type is abstract + ### v1.3.1 - Fixed exclude mapping in GraphQLComponent constructor - Array.map was erroniously changed to Array.filter diff --git a/package.json b/package.json index af195f6..41e9cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-component", - "version": "1.3.1", + "version": "1.3.2", "description": "Build graphql schema with components", "keywords": [ "graphql",