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.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Dec 26, 2019
1 parent 3a4d5f9 commit 5592bf5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 5592bf5

Please sign in to comment.