diff --git a/.changeset/famous-games-begin.md b/.changeset/famous-games-begin.md deleted file mode 100644 index ae10f9af58d..00000000000 --- a/.changeset/famous-games-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vscode-graphql-syntax': patch ---- - -Fix TextMate grammar to support string literals that don’t immediately follow a function call's left-parenthesis (`(`). diff --git a/packages/vscode-graphql-syntax/CHANGELOG.md b/packages/vscode-graphql-syntax/CHANGELOG.md index fc7560540fb..c90bde05047 100644 --- a/packages/vscode-graphql-syntax/CHANGELOG.md +++ b/packages/vscode-graphql-syntax/CHANGELOG.md @@ -1,5 +1,11 @@ # vscode-graphql-syntax +## 1.3.3 + +### Patch Changes + +- [#3518](https://github.com/graphql/graphiql/pull/3518) [`e502c41e`](https://github.com/graphql/graphiql/commit/e502c41e68440e7331cfc74d8c78fd092f3354a8) Thanks [@kitten](https://github.com/kitten)! - Fix TextMate grammar to support string literals that don’t immediately follow a function call's left-parenthesis (`(`). + ## 1.3.2 ### Patch Changes diff --git a/packages/vscode-graphql-syntax/package.json b/packages/vscode-graphql-syntax/package.json index 59eea43e2c7..3a4ab1141b2 100644 --- a/packages/vscode-graphql-syntax/package.json +++ b/packages/vscode-graphql-syntax/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql-syntax", - "version": "1.3.2", + "version": "1.3.3", "displayName": "GraphQL: Syntax Highlighting", "description": "Adds syntax highlighting support for .graphql & embedded support for javascript, typescript, vue, markdown, python, php, reason, ocaml and rescript", "publisher": "GraphQL",