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

Commit

Permalink
0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall committed Apr 3, 2021
1 parent 5ca4aba commit d8de566
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.3](https://github.com/timkendall/tql/compare/v0.5.2...v0.5.3)

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

> 1 March 2021
- Revert "Tweak Executor interface to work with TypeScript 4.2 (#49)" [`fe5bb68`](https://github.com/timkendall/tql/commit/fe5bb6857fa25d9c044ca896a3993d813203b71d)
- Revert "0.5.1" [`892f521`](https://github.com/timkendall/tql/commit/892f521c3d2fcb211bdc8b7c7fcc5f3a18a218a3)

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

0 comments on commit d8de566

Please sign in to comment.