diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e8dfe..339cc4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.2 + +- Fixed importing directives + # 2.0.1 - Fixed error merging to iteratively consider the merge path to properly merge errors in complex situations such as lists diff --git a/package.json b/package.json index 2e1a913..a489021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-component", - "version": "2.0.1", + "version": "2.0.2", "description": "Build graphql schema with components", "keywords": [ "graphql",