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

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall committed Aug 3, 2021
1 parent 04b96b8 commit b595763
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,24 @@ 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.0](https://github.com/timkendall/tql/compare/v0.6.0...v0.7.0)

- 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)
- Remove Repl.it disclaimer about TypeScript 4.1 [`1a42fd8`](https://github.com/timkendall/tql/commit/1a42fd870ebff7f25e3485d45793e77e5f952b0d)

#### [v0.6.0](https://github.com/timkendall/tql/compare/v0.5.4...v0.6.0)

> 23 June 2021
- Bump ws from 7.4.1 to 7.4.6 [`#55`](https://github.com/timkendall/tql/pull/55)
- Bump handlebars from 4.7.6 to 4.7.7 [`#51`](https://github.com/timkendall/tql/pull/51)
- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#52`](https://github.com/timkendall/tql/pull/52)
- Bump lodash from 4.17.20 to 4.17.21 [`#53`](https://github.com/timkendall/tql/pull/53)
- Unwrap results in client methods [`2f14b43`](https://github.com/timkendall/tql/commit/2f14b43c06dec2c7bb2b4ab38fa48d9cb89baeb0)
- Fix scalar and enum root-level client fields [`9575864`](https://github.com/timkendall/tql/commit/95758648d3738790009b697dc0bd527a4c10ca31)
- Fix ReadonlyArray field being inferred as ReadonlyObject [`8675820`](https://github.com/timkendall/tql/commit/8675820f0d0d549e1baae99850498b3b6eaa15a8)
- Unwrap results in client methods [`2f14b43`](https://github.com/timkendall/tql/commit/2f14b43c06dec2c7bb2b4ab38fa48d9cb89baeb0)

#### [v0.5.4](https://github.com/timkendall/tql/compare/v0.5.3...v0.5.4)

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.6.0",
"version": "0.7.0",
"description": "Write GraphQL queries in TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b595763

Please sign in to comment.