Skip to content

Commit

Permalink
update package.json and CHANGELOG for 2.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjquinn committed Nov 13, 2020
1 parent ad0535e commit 278d0ff
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.4

- [REVERT] - reverting both fixes in [2.1.2](https://github.com/ExpediaGroup/graphql-component/releases/tag/v2.1.2). The change made to unify exclusions and return pre-computed results from non-root resolvers resulted in non-root resolvers not executing when they should have. Being able to exclude non-root resolvers (not their types) is a valid work around in certain situations.

# 2.1.3

- [FIXED] - modified automatic pruning mechanism during delegation to use parent types/parent type fields instead of getFieldDef()
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.3",
"version": "2.1.4",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 278d0ff

Please sign in to comment.