-5
.changeset/loud-countries-mix.md
-5
.changeset/loud-countries-mix.md
···
1
-
---
2
-
'@0no-co/graphql.web': patch
3
-
---
4
-
5
-
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
+7
CHANGELOG.md
···
1
1
# @0no-co/graphql.web
2
2
3
+
## 1.0.3
4
+
5
+
### Patch Changes
6
+
7
+
- ⚠️ 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
8
+
Submitted by [@kitten](https://github.com/kitten) (See [#17](https://github.com/0no-co/graphql.web/pull/17))
9
+
3
10
## 1.0.2
4
11
5
12
### Patch Changes