From 5592bf5c1e72025afe14e6e7dc768b4612e7dd28 Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Wed, 25 Dec 2019 20:32:05 -0500 Subject: [PATCH] chore(release): 8.0.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d939c2e79f6..a267582b939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.0.0...v8.0.2) (2019-12-26) + + +### Bug Fixes + +* **filterToSchema:** remove map in favor of plain object ([3a4d5f9](https://github.com/yaacovCR/graphql-tools-fork/commit/3a4d5f99eda2cfdfedd4fb75e090df0e8f169b9b)) +* **stitching:** filter unused variables from map ([3f0c1b3](https://github.com/yaacovCR/graphql-tools-fork/commit/3f0c1b364d1b8d1f97ec5b22502ba5f9f554640c)) + ### [8.0.1](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.0.0...v8.0.1) (2019-12-25) diff --git a/package.json b/package.json index 91eb7e97212..6b2f9721c73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "8.0.1", + "version": "8.0.2", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",