diff --git a/.changeset/three-lions-yawn.md b/.changeset/three-lions-yawn.md deleted file mode 100644 index 03b32dce519..00000000000 --- a/.changeset/three-lions-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vscode-graphql-syntax': patch ---- - -Add syntax highlighting support for the repeatable keyword on a directive definition. diff --git a/packages/vscode-graphql-syntax/CHANGELOG.md b/packages/vscode-graphql-syntax/CHANGELOG.md index 24965fa5c45..b130427da6c 100644 --- a/packages/vscode-graphql-syntax/CHANGELOG.md +++ b/packages/vscode-graphql-syntax/CHANGELOG.md @@ -1,5 +1,11 @@ # vscode-graphql-syntax +## 1.3.8 + +### Patch Changes + +- [#3792](https://github.com/graphql/graphiql/pull/3792) [`40da77b`](https://github.com/graphql/graphiql/commit/40da77b32b35d33b5ebf883b60a6020de8d3be6c) Thanks [@idosela](https://github.com/idosela)! - Add syntax highlighting support for the repeatable keyword on a directive definition. + ## 1.3.7 ### Patch Changes diff --git a/packages/vscode-graphql-syntax/package.json b/packages/vscode-graphql-syntax/package.json index 571437bdfaf..18bd302d0a5 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.7", + "version": "1.3.8", "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",