diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab1a3d9beb..1d4bc35f59b 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.5.5](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.4...v8.5.5) (2020-02-16) + + +### Bug Fixes + +* **transformSchema:** handle schemaConfig objects ([0c796b7](https://github.com/yaacovCR/graphql-tools-fork/commit/0c796b7461c59d7bf6a7495ff034a8c0ec4e20c6)) + ### [8.5.4](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.3...v8.5.4) (2020-02-13) ### [8.5.3](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.2...v8.5.3) (2020-02-13) diff --git a/package.json b/package.json index ee2eb250f27..b90497dd5bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "8.5.4", + "version": "8.5.5", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "types": "dist/index.d.ts",