···11----
22-'@0no-co/graphql.web': major
33----
44-55-Release stable `v1.0.0` Release.
-6
.changeset/wet-birds-press.md
···11----
22-'@0no-co/graphql.web': minor
33----
44-55-Alias all GraphQL AST types to the `'graphql'` package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible.
66-See: https://github.com/0no-co/graphql.web/pull/10
+12
CHANGELOG.md
···11# @0no-co/graphql.web
2233+## 1.0.0
44+55+### Major Changes
66+77+- Release stable `v1.0.0` Release
88+ Submitted by [@kitten](https://github.com/kitten) (See [`ca082c8`](https://github.com/0no-co/graphql.web/commit/ca082c82bcfbedda0b23f4887bffff2d1423e2e2))
99+1010+### Minor Changes
1111+1212+- Alias all GraphQL AST types to the `'graphql'` package’s TypeScript AST types, if it’s installed. This will ensure that all AST types are always compatible.
1313+ Submitted by undefined (See https://github.com/0no-co/graphql.web/pull/10)
1414+315## 0.1.6
416517### Patch Changes