diff --git a/.changeset/bright-baboons-chew.md b/.changeset/bright-baboons-chew.md deleted file mode 100644 index e2cb46b..0000000 --- a/.changeset/bright-baboons-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphql.web': patch ---- - -Fix compatibility with typescript 5.5 and higher diff --git a/CHANGELOG.md b/CHANGELOG.md index 970ce84..0dc3aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphql.web +## 1.0.13 + +### Patch Changes + +- ⚠️ Fix compatibility with typescript 5.5 and higher + Submitted by [@andreisergiu98](https://github.com/andreisergiu98) (See [#49](https://github.com/0no-co/graphql.web/pull/49)) + ## 1.0.12 ### Patch Changes diff --git a/jsr.json b/jsr.json index bafc17a..06f560f 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@0no-co/graphql-web", - "version": "1.0.12", + "version": "1.0.13", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index 2e82cbd..139ba52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@0no-co/graphql.web", "description": "A spec-compliant client-side GraphQL implementation", - "version": "1.0.12", + "version": "1.0.13", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/graphql.web",