···11----
22-'@0no-co/graphql.web': patch
33----
44-55-Update build process to align with other `@0no-co` packages. Effectively, this will mean that the JS features range we support will now match `urql`, and in practice, this means that `for-of` is now used in our build output.
···11# @0no-co/graphql.web
2233+## 1.0.5
44+55+### Patch Changes
66+77+- Update build process to align with other `@0no-co` packages. Effectively, this will mean that the JS features range we support will now match `urql`, and in practice, this means that `for-of` is now used in our build output
88+ Submitted by [@kitten](https://github.com/kitten) (See [#21](https://github.com/0no-co/graphql.web/pull/21))
99+- Improve parser performance
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#25](https://github.com/0no-co/graphql.web/pull/25))
1111+- Improve printer performance
1212+ Submitted by [@kitten](https://github.com/kitten) (See [#24](https://github.com/0no-co/graphql.web/pull/24))
1313+314## 1.0.4
415516### Patch Changes