Skip to content

Commit

Permalink
update package.json and CHANGELOG for 2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjquinn committed Nov 4, 2020
1 parent bd789f0 commit 011c9d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.2
- [FIXED] - non-root resolvers being executed twice in certain delegate situations
- [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.

# 2.1.1

- update `@apollo/federation` to `^0.20.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": "2.1.1",
"version": "2.1.2",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 011c9d7

Please sign in to comment.