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

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall committed Jun 24, 2021
1 parent 2f14b43 commit c11c430
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@ 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.6.0](https://github.com/timkendall/tql/compare/v0.5.4...v0.6.0)

- 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)

- Use JavaScript crypto implementation [`5ca4aba`](https://github.com/timkendall/tql/commit/5ca4aba042f3935079fbfe09343881da830de4ec)
> 2 April 2021
#### [v0.5.3](https://github.com/timkendall/tql/compare/v0.5.2...v0.5.3)

> 2 April 2021
- Workaround for TypeScript 4.2+ support [`d8beca8`](https://github.com/timkendall/tql/commit/d8beca8fc59ff1f2cd384dcdbc3e71bdee36d6e8)
- Use JavaScript crypto implementation [`5ca4aba`](https://github.com/timkendall/tql/commit/5ca4aba042f3935079fbfe09343881da830de4ec)

#### [v0.5.2](https://github.com/timkendall/tql/compare/v0.5.1...v0.5.2)

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

0 comments on commit c11c430

Please sign in to comment.