From 64211640e7e49b998a09d8571e9c2569865bdca4 Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Tue, 24 Dec 2019 20:42:38 -0500 Subject: [PATCH] chore(release): 8.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f717636a2..d939c2e79f6 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. +### [8.0.1](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.0.0...v8.0.1) (2019-12-25) + + +### Bug Fixes + +* **stitching:** filter unused variables from map ([d7f21ae](https://github.com/yaacovCR/graphql-tools-fork/commit/d7f21aec36c89648686ef79e1782b741f1074fbd)) + ## [8.0.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v7.2.3...v8.0.0) (2019-12-19) diff --git a/package.json b/package.json index ede3881ad62..91eb7e97212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "8.0.0", + "version": "8.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",