Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2024
1 parent 4eff6ed commit 15e6b64
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-kiwis-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-teachers-begin.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- Remove type name constraint from `graphql.scalar`’s type name to improve type checking performance
Submitted by [@kitten](https://github.com/kitten) (See [#53](https://github.com/0no-co/gql.tada/pull/53))
- Improve performance of several smaller types (Thank you, [@deathemperor](https://github.com/deathemperor) & [@HaiNNT](https://github.com/HaiNNT))
Submitted by [@kitten](https://github.com/kitten) (See [#51](https://github.com/0no-co/gql.tada/pull/51))

## 1.2.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.2.0",
"version": "1.2.1",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down

0 comments on commit 15e6b64

Please sign in to comment.