diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b24abe..aadbc64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -### v3.0.2 +### v3.0.3 - [FIXED] - imported components directives are merged into final schema +### v3.0.2 + +- schema pruning and remove broken makeExecutableSchema override + ### v3.0.1 - [FIXED] - if `exclude` is undefined in a component config diff --git a/package.json b/package.json index 942c605..cc4df78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-component", - "version": "3.0.2", + "version": "3.0.3", "description": "Build, customize and compose GraphQL schemas in a componentized fashion", "keywords": [ "graphql",