Skip to content

Commit

Permalink
Release v1.7.0 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Jul 31, 2019
1 parent 1129397 commit 3d084ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.7.0]
### Added
- Merges field's arguments [PR #189](https://github.com/ardatan/graphql-toolkit/pull/189)
- Prefers NonNullable over Nullable [PR #189](https://github.com/ardatan/graphql-toolkit/pull/189)

### Fixed
- Considers extension when ignoring index files [PR #188](https://github.com/ardatan/graphql-toolkit/pull/188)
- Signature of fileLoader [`bdaf070`](https://github.com/Urigo/merge-graphql-schemas/commit/bdaf07001f230add6bee189e4d5a7c8282e2511c)

## [1.6.0]
### Fixed
- Migrate codebase to TypeScript [#195](https://github.com/okgrow/merge-graphql-schemas/issues/195)
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.6.1",
"version": "1.7.0",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3d084ac

Please sign in to comment.