diff --git a/CHANGELOG.md b/CHANGELOG.md index 109a432..9f864b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4175627..036ab95 100644 --- a/package.json +++ b/package.json @@ -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",