From 82218580edf8d9afc5e4d6769298a97e5b11d014 Mon Sep 17 00:00:00 2001 From: Tim Kendall Date: Tue, 3 Aug 2021 09:44:01 -0700 Subject: [PATCH] 0.7.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d884561..adc0215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.7.1](https://github.com/timkendall/tql/compare/v0.7.0...v0.7.1) + +- Add missing @apollo/client devDependency [`d90b2c0`](https://github.com/timkendall/tql/commit/d90b2c07b7bc15b6e91f91b7c807d8596aa81c15) +- Add missing graphql-request devDependency [`50116ea`](https://github.com/timkendall/tql/commit/50116ea6c71b537407b9d27533c1f50356e5d7d1) + #### [v0.7.0](https://github.com/timkendall/tql/compare/v0.6.0...v0.7.0) +> 3 August 2021 + - Add graphql-request example (closes #17) [`#17`](https://github.com/timkendall/tql/issues/17) - Improve apollo-client example [`bfbce55`](https://github.com/timkendall/tql/commit/bfbce55f069d9123210854f17acec582dab7efe3) - Allow Executor to take custom fetch and httpHeaders [`04b96b8`](https://github.com/timkendall/tql/commit/04b96b8ac9720e303da470f639aa7cc66f9ad3fc) diff --git a/package.json b/package.json index 6d243de..6d2c63a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@timkendall/tql", "author": "Timothy Kendall", "license": "MIT", - "version": "0.7.0", + "version": "0.7.1", "description": "Write GraphQL queries in TypeScript.", "main": "dist/index.js", "types": "dist/index.d.ts",