···11----
22-'@0no-co/graphql.web': patch
33----
44-55-Fix float pattern and int/float decision in value parsing.
-5
.changeset/fifty-carrots-serve.md
···11----
22-'@0no-co/graphql.web': patch
33----
44-55-Remove redundant code paths from `visit` and parser.
+9
CHANGELOG.md
···11# @0no-co/graphql.web
2233+## 0.1.6
44+55+### Patch Changes
66+77+- ⚠️ Fix float pattern and int/float decision in value parsing
88+ Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
99+- Remove redundant code paths from `visit` and parser
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/0no-co/graphql.web/pull/8))
1111+312## 0.1.5
413514### Patch Changes