From 66739fed222a1ba3d5100f5949a66f21e890a92b Mon Sep 17 00:00:00 2001 From: Tim Kendall Date: Mon, 1 Mar 2021 19:12:35 -0800 Subject: [PATCH] 0.5.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7dcc80..0ea37e0 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.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) diff --git a/package.json b/package.json index b0c4a10..8c9420f 100644 --- a/package.json +++ b/package.json @@ -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",