diff --git a/.changeset/cuddly-kiwis-cheer.md b/.changeset/cuddly-kiwis-cheer.md deleted file mode 100644 index e96ee9cb..00000000 --- a/.changeset/cuddly-kiwis-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'gql.tada': patch ---- - -Remove type name constraint from `graphql.scalar`’s type name to improve type checking performance. diff --git a/.changeset/short-teachers-begin.md b/.changeset/short-teachers-begin.md deleted file mode 100644 index 8daf13e2..00000000 --- a/.changeset/short-teachers-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'gql.tada': patch ---- - -Improve performance of several smaller types (Thank you, [@deathemperor](https://github.com/deathemperor) & [@HaiNNT](https://github.com/HaiNNT)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e2de0a..db1ed426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2fe3833a..bd1eea19 100644 --- a/package.json +++ b/package.json @@ -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 ", "source": "./src/index.ts", "main": "./dist/gql-tada",