diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c613d..823fe01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v2.0.6 + +[compare changes](https://github.com/Teages/nuxt-urql-client/compare/v2.0.5...v2.0.6) + +### 🩹 Fixes + +- Allow variables to be getter or ref ([747d9ed](https://github.com/Teages/nuxt-urql-client/commit/747d9ed)) + +### ❤️ Contributors + +- Teages ([@Teages](http://github.com/Teages)) + ## v2.0.5 [compare changes](https://github.com/Teages/nuxt-urql-client/compare/v2.0.4...v2.0.5) diff --git a/package.json b/package.json index 5c365c2..23fb00e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teages/nuxt-urql-client", "type": "module", - "version": "2.0.5", + "version": "2.0.6", "description": "A simple graphql (urql) client for Nuxt with codegen.", "license": "MIT", "repository": {