From 0eb07b38a0602a18acc5b7adc6323d681a7867ab Mon Sep 17 00:00:00 2001 From: James Pike Date: Sat, 3 Jul 2021 18:25:10 +0800 Subject: [PATCH] release 2.0.1 --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f617e3c..7b26dbd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +- 2021/07/03 - 2.0.1 + + - Pass graphql variables to result function. + - 2021/06/16 - 2.0.0 - Add `suppressMissingMockWarnings` option. diff --git a/package.json b/package.json index 218aab1..a7a22d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildcard-mock-link", - "version": "2.0.0", + "version": "2.0.1", "description": "apollo client mocking", "author": "insidewhy ", "license": "ISC",