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

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall committed Dec 29, 2020
1 parent 090cc0c commit bd22b98
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.2.0](https://github.com/timkendall/tql/compare/v0.1.1...v0.2.0)

- Add nullable field support [`#26`](https://github.com/timkendall/tql/pull/26)

#### [v0.1.1](https://github.com/timkendall/tql/compare/v0.1.0...v0.1.1)

> 28 December 2020
- Add small apollo-client example [`6b80f91`](https://github.com/timkendall/tql/commit/6b80f912467ea6f7f4ae18f3baaa7d96fe5f401f)
- Render all variables correctly [`6dc8010`](https://github.com/timkendall/tql/commit/6dc8010b91630652b96c57590c2c64cb1def9896)

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

0 comments on commit bd22b98

Please sign in to comment.