Skip to content

Commit 011c9d7

Browse files
committed
update package.json and CHANGELOG for 2.1.2 release
1 parent bd789f0 commit 011c9d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1.2
2+
- [FIXED] - non-root resolvers being executed twice in certain delegate situations
3+
- [FIXED] - resolver exclusion now works identical to type exclusion. Only root types (`Query`, `Mutation`, `Subscription`) and/or fields on root types can be excluded, which was not the case for resolver functions prior to this fix.
4+
15
# 2.1.1
26

37
- update `@apollo/federation` to `^0.20.4`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-component",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Build graphql schema with components",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)