···11----
22-'@0no-co/graphql.web': patch
33----
44-55-Fix string and block string matches eagerly matching past the end boundary of strings and ignoring escaped closing characters. In certain cases, `"""` and `"` boundaries would be skipped if any other string boundary follows in the input document.
+7
CHANGELOG.md
···11# @0no-co/graphql.web
2233+## 1.0.3
44+55+### Patch Changes
66+77+- ⚠️ Fix string and block string matches eagerly matching past the end boundary of strings and ignoring escaped closing characters. In certain cases, `"""` and `"` boundaries would be skipped if any other string boundary follows in the input document
88+ Submitted by [@kitten](https://github.com/kitten) (See [#17](https://github.com/0no-co/graphql.web/pull/17))
99+310## 1.0.2
411512### Patch Changes