diff --git a/changelog.md b/changelog.md index 7b26dbd..5c03b56 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +- 2021/09/30 - 2.0.2 + + - Remove @client variables when normalising mocked responses + - 2021/07/03 - 2.0.1 - Pass graphql variables to result function. diff --git a/package.json b/package.json index db7c26d..251eb50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildcard-mock-link", - "version": "2.0.1", + "version": "2.0.2", "description": "apollo client mocking", "author": "insidewhy ", "license": "ISC",