Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
chore(release): 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 27, 2019
1 parent cf8750d commit 5f78e56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.0.1](https://github.com/yaacovCR/graphql-tools-fork/compare/v6.0.0...v6.0.1) (2019-06-27)


### Bug Fixes

* **stitching:** add default value support ([cf8750d](https://github.com/yaacovCR/graphql-tools-fork/commit/cf8750d)), closes [#1121](https://github.com/yaacovCR/graphql-tools-fork/issues/1121)



## [6.0.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v5.2.0...v6.0.0) (2019-06-18)


Expand Down Expand Up @@ -49,7 +58,7 @@ Previously, the merged schema internally used the serialized version.

### Features

* **errors:** Pass through all possible errors. ([21f70a3](https://github.com/yaacovCR/graphql-tools-fork/commit/21f70a3)), closes [#743](https://github.com/yaacovCR/graphql-tools-fork/issues/743) [#1037](https://github.com/yaacovCR/graphql-tools-fork/issues/1037) [#1046](https://github.com/yaacovCR/graphql-tools-fork/issues/1046) [apollographql/apollo-server#1582](https://github.com/yaacovCR/graphql-tools-fork/issues/1582)
* **errors:** Pass through all possible errors.



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-tools-fork",
"version": "6.0.0",
"version": "6.0.1",
"description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 5f78e56

Please sign in to comment.