From 4526c4dd1f021aac008f5841436f2d74dc2a448b Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Thu, 26 Sep 2019 05:43:35 -0400 Subject: [PATCH] chore(release): 6.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e9cba2b33..a3abe443d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v6.4.5...v6.5.0) (2019-09-26) + + +### Features + +* **utils:** getResolversFromSchema ([630e9a8](https://github.com/yaacovCR/graphql-tools-fork/commit/630e9a8)) + ### [6.4.5](https://github.com/yaacovCR/graphql-tools-fork/compare/v6.4.4...v6.4.5) (2019-09-25) diff --git a/package.json b/package.json index f2ed83f2a2c..6c5307f936d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "6.4.5", + "version": "6.5.0", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",