From fe8a021a7d3d9a3b12891c7c636ff78f70404c09 Mon Sep 17 00:00:00 2001 From: yaacovCR Date: Mon, 30 Mar 2020 18:06:48 -0400 Subject: [PATCH] chore(release): 9.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a332dfa5324..836ac5adee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2](https://github.com/yaacovCR/graphql-tools-fork/compare/v9.0.1...v9.0.2) (2020-03-30) + +### [4.0.7](https://github.com/yaacovCR/graphql-tools-fork/compare/v8.6.1...v4.0.7) (2020-02-19) + +### [4.0.6](https://github.com/yaacovCR/graphql-tools-fork/compare/v7.0.3...v4.0.6) (2019-10-24) + ### [9.0.1](https://github.com/yaacovCR/graphql-tools-fork/compare/v9.0.0...v9.0.1) (2020-03-27) diff --git a/package.json b/package.json index 3df462c8cd8..d3d2ec56cb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "9.0.1", + "version": "9.0.2", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -96,6 +96,7 @@ "prettier": "2.0.2", "rimraf": "3.0.2", "source-map-support": "0.5.16", + "standard-version": "7.1.0", "typescript": "3.8.3", "zen-observable-ts": "0.8.20" }