Skip to content

Commit

Permalink
Bumping version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Machado committed Sep 12, 2018
1 parent 032d492 commit 1ad13e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.5.4]
### Fixed
- added fix for merging interface and scalar [PR #157](https://github.com/okgrow/merge-graphql-schemas/pull/157) by [@iamrommel](https://github.com/iamrommel)

### Changed
- Package updates [PR #162](https://github.com/okgrow/merge-graphql-schemas/pull/162) by [@cfnelson](https://github.com/cfnelson)
- Upgraded dependencies to:
- "deepmerge": "^2.1.1",
- "glob": "^7.1.3",
- Upgraded devDependencies - Refer to PR

## [1.5.3]
### Fixed
- Support comments for enum values in [PR #147](https://github.com/okgrow/merge-graphql-schemas/pull/147) by [@lacolaco](https://github.com/lacolaco)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "merge-graphql-schemas",
"author": "OK GROW!",
"version": "1.5.3",
"version": "1.5.4",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1ad13e6

Please sign in to comment.