diff --git a/.changeset/many-ants-work.md b/.changeset/many-ants-work.md deleted file mode 100644 index 8018b1a..0000000 --- a/.changeset/many-ants-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphql.web': minor ---- - -Update AST types to comply with schema coordinates additions (`graphql@^16.12.0`) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6654eb5..bb7c833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphql.web +## 1.3.0 + +### Minor Changes + +- Update AST types to comply with schema coordinates additions (`graphql@^16.12.0`) + Submitted by [@kitten](https://github.com/kitten) (See [#66](https://github.com/0no-co/graphql.web/pull/66)) + ## 1.2.0 ### Minor Changes diff --git a/jsr.json b/jsr.json index fba95e2..9e57f56 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@0no-co/graphql-web", - "version": "1.2.0", + "version": "1.3.0", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/package.json b/package.json index ada6cc3..ad8144c 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.2.0", + "version": "1.3.0", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/graphql.web",