Skip to content

Commit

Permalink
update CHANGELOG and version for 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn committed Aug 6, 2020
1 parent 7ee1e36 commit 73ce811
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-component",
"version": "1.3.1",
"version": "1.3.2",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 73ce811

Please sign in to comment.