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.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Mar 1, 2020
1 parent 9ea9521 commit 7a2b16a
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 @@ -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.

### [8.6.4](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.6.3...v8.6.4) (2020-03-01)


### Bug Fixes

* **extendSchema:** adjust polyfill ([9ea9521](https://github.com/yaacovCR/graphql-tools-fork/commit/9ea9521c0e8703317baabc19536d44a101e7b9e7))
* **instanceof:** use graphql predicates ([9011fad](https://github.com/yaacovCR/graphql-tools-fork/commit/9011faddf9b01f9cc6c2a76ac6302472e5dcd942))
* **mergeSchemas:** remove unnecessarily healing ([6e88b89](https://github.com/yaacovCR/graphql-tools-fork/commit/6e88b89aecd2f83325afdf74dbe8f74acd4abf76))

### [8.6.3](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.6.2...v8.6.3) (2020-02-28)


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.6.3",
"version": "8.6.4",
"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 7a2b16a

Please sign in to comment.