Skip to content

Commit

Permalink
Version Packages (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 6, 2024
1 parent 3501201 commit 90b552d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-goats-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gql.tada

## 1.3.1

### Patch Changes

- Refactor internal GraphQL document parser to use a tokenizer phase, which further utilizes TypeScript’s tail recursion optimization. This should help to further improve type inference performance
Submitted by [@kitten](https://github.com/kitten) (See [#111](https://github.com/0no-co/gql.tada/pull/111))

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.3.0",
"version": "1.3.1",
"author": "0no.co <[email protected]>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down

0 comments on commit 90b552d

Please sign in to comment.