From 323a290bc050f16aacaa851359e26ce95f07a133 Mon Sep 17 00:00:00 2001 From: bquinn Date: Mon, 5 Oct 2020 18:07:35 -0700 Subject: [PATCH] update package.json and CHANGELOG for 2.0.2 release --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e8dfe..339cc4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.2 + +- Fixed importing directives + # 2.0.1 - Fixed error merging to iteratively consider the merge path to properly merge errors in complex situations such as lists diff --git a/package.json b/package.json index 2e1a913..a489021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-component", - "version": "2.0.1", + "version": "2.0.2", "description": "Build graphql schema with components", "keywords": [ "graphql",