Skip to content

Commit

Permalink
updating version and changelog for 1.3.1 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bquinn committed Jun 11, 2020
1 parent 0563ff5 commit 3bef969
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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": "1.3.0",
"version": "1.3.1",
"description": "Build graphql schema with components",
"keywords": [
"graphql",
Expand Down

0 comments on commit 3bef969

Please sign in to comment.