From 3ebe2b450a192c32aa51f27e2cb8c3ad487bfec4 Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Thu, 6 Feb 2020 14:32:47 -0500 Subject: [PATCH] chore(release): 8.5.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171160abd38..7d42a54186f 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.2](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.1...v8.5.2) (2020-02-06) + + +### Bug Fixes + +* **generation:** allow modification of default scalar types ([722abfa](https://github.com/yaacovCR/graphql-tools-fork/commit/722abfa5720360c503462cbb54c9def4a859d1fc)) + ### [8.5.1](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.0...v8.5.1) (2020-02-04) diff --git a/package.json b/package.json index d6e47ec9135..d46aac4c646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "8.5.1", + "version": "8.5.2", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",