From 626b13d58fe2b21e42af628a4a671345b8d8e886 Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Thu, 13 Feb 2020 21:44:36 -0500 Subject: [PATCH] chore(release): 9.0.0-graphql-15.0.0-rc.2.1.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 194790dbfb1..9ce6c318757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [9.0.0-graphql-15.0.0-rc.2.1.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.4...v9.0.0-graphql-15.0.0-rc.2.1.0) (2020-02-14) + ## [9.0.0-graphql-15.0.0-rc.2.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.4...v9.0.0-graphql-15.0.0-rc.2.0) (2020-02-14) ## [9.0.0-graphql-15.0.0-rc.2.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.5.4...v9.0.0-graphql-15.0.0-rc.2.0) (2020-02-14) diff --git a/package.json b/package.json index 34026b35bfe..f9dc2e3b08f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "9.0.0-graphql-15.0.0-rc.2.0", + "version": "9.0.0-graphql-15.0.0-rc.2.1.0", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "types": "dist/index.d.ts",