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

Commit

Permalink
chore(release): 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Mar 6, 2020
1 parent 49ab7bf commit 8678389
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [8.8.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.7.0...v8.8.0) (2020-03-06)


### Features

* **stitching:** allow specification of custom root object names ([49ab7bf](https://github.com/yaacovCR/graphql-tools-fork/commit/49ab7bf802fefb8a6b14a362f2e2936fd7e910cd))


### Bug Fixes

* **stitching:** do not reproxy a nested root field ([dd3bae0](https://github.com/yaacovCR/graphql-tools-fork/commit/dd3bae027679570ccc22711485636b46727ebd5a))

## [8.7.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.6.4...v8.7.0) (2020-03-06)


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

0 comments on commit 8678389

Please sign in to comment.