Skip to content

Commit 6570154

Browse files
committed
updated changelog and version to rc2
1 parent bf519b3 commit 6570154

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Imported resolvers will delegate to the imported component schema to which they belong.
55
- Remove `this._context` as default value for context in `execute()` requiring `execute()` users to pass in context from a calling resolver.
66
- Remove binding of `GraphQLComponent` class context to Subscription resolvers.
7+
- Fixed proxyImportedResolvers option to include exclude scenario
78

89
### v1.2.4
910

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-component",
3-
"version": "1.3.0-rc1",
3+
"version": "1.3.0-rc2",
44
"description": "Build graphql schema with components",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)