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

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall committed Mar 2, 2021
1 parent 196f68e commit 66739fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.5.1](https://github.com/timkendall/tql/compare/v0.5.0...v0.5.1)

- Tweak Executor interface to work with TypeScript 4.2 [`#49`](https://github.com/timkendall/tql/pull/49)

#### [v0.5.0](https://github.com/timkendall/tql/compare/v0.4.1...v0.5.0)

> 18 February 2021
- Support non-standard root type names (closes #46) [`#48`](https://github.com/timkendall/tql/pull/48)
- Fix typo [`#45`](https://github.com/timkendall/tql/pull/45)
- Support non-standard root type names (closes #46) (#48) [`#46`](https://github.com/timkendall/tql/issues/46)
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.0",
"version": "0.5.1",
"description": "Write GraphQL queries in TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 66739fe

Please sign in to comment.