Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall committed Aug 3, 2021
1 parent 50116ea commit 8221858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8221858

Please sign in to comment.