Skip to content

Commit

Permalink
updated changelog and version to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tlivings committed Jun 5, 2020
1 parent bf519b3 commit 6570154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Imported resolvers will delegate to the imported component schema to which they belong.
- Remove `this._context` as default value for context in `execute()` requiring `execute()` users to pass in context from a calling resolver.
- Remove binding of `GraphQLComponent` class context to Subscription resolvers.
- Fixed proxyImportedResolvers option to include exclude scenario

### v1.2.4

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.0-rc1",
"version": "1.3.0-rc2",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 6570154

Please sign in to comment.