diff --git a/.changeset/warm-cups-explain.md b/.changeset/warm-cups-explain.md deleted file mode 100644 index 3011b00a37b..00000000000 --- a/.changeset/warm-cups-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vscode-graphql': patch ---- - -Fix OpenVSX build by re-using the vsce build (astro compiler bug) diff --git a/packages/vscode-graphql/CHANGELOG.md b/packages/vscode-graphql/CHANGELOG.md index 6ebfebf484e..e931025739e 100644 --- a/packages/vscode-graphql/CHANGELOG.md +++ b/packages/vscode-graphql/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.9.3 + +### Patch Changes + +- [#3549](https://github.com/graphql/graphiql/pull/3549) [`e5efc97e`](https://github.com/graphql/graphiql/commit/e5efc97e10ba237d8209859a24cda826b9899832) Thanks [@acao](https://github.com/acao)! - Fix OpenVSX build by re-using the vsce build (astro compiler bug) + ## 0.9.2 ### Patch Changes diff --git a/packages/vscode-graphql/package.json b/packages/vscode-graphql/package.json index 6d8077195f5..767b58a127f 100644 --- a/packages/vscode-graphql/package.json +++ b/packages/vscode-graphql/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql", - "version": "0.9.2", + "version": "0.9.3", "private": true, "license": "MIT", "displayName": "GraphQL: Language Feature Support",