From 6b6a23b219c769601ee24e0cacc1088463828871 Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Sat, 17 Aug 2019 23:33:22 -0400 Subject: [PATCH] chore(release): 6.3.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecffd7ba950..b383371c447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.2](https://github.com/yaacovCR/graphql-tools-fork/compare/v6.3.1...v6.3.2) (2019-08-18) + + +### Bug Fixes + +* **stitching:** map errors along schema transformation path when extracting fields ([c132142](https://github.com/yaacovCR/graphql-tools-fork/commit/c132142)) + + + ### [6.3.1](https://github.com/yaacovCR/graphql-tools-fork/compare/v6.3.0...v6.3.1) (2019-08-16) diff --git a/package.json b/package.json index 78ca7849563..c55d44ba879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "6.3.1", + "version": "6.3.2", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",