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",