diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e182e4..e0caee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -### UNRELEASED +### UNRELEASED + +### v1.3.1 + +- Fixed exclude mapping in GraphQLComponent constructor - Array.map was erroniously changed to Array.filter ### v1.3.0 diff --git a/package.json b/package.json index 17c7e81..af195f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-component", - "version": "1.3.0", + "version": "1.3.1", "description": "Build graphql schema with components", "keywords": [ "graphql",