diff --git a/.changeset/curly-spoons-clean.md b/.changeset/curly-spoons-clean.md deleted file mode 100644 index f2cafbff..00000000 --- a/.changeset/curly-spoons-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Support tagging inside of parentheses diff --git a/.changeset/five-spiders-protect.md b/.changeset/five-spiders-protect.md deleted file mode 100644 index 0d224591..00000000 --- a/.changeset/five-spiders-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Return early instead of erroring on missing fields diff --git a/.changeset/many-garlics-remain.md b/.changeset/many-garlics-remain.md deleted file mode 100644 index 7484d50d..00000000 --- a/.changeset/many-garlics-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Support configuration files with .cjs file extension diff --git a/.changeset/neat-frogs-trade.md b/.changeset/neat-frogs-trade.md deleted file mode 100644 index ca5049bd..00000000 --- a/.changeset/neat-frogs-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": minor ---- - -Add inline syntax highlighting support for Lua diff --git a/.changeset/nice-hats-peel.md b/.changeset/nice-hats-peel.md deleted file mode 100644 index 4f73b4fe..00000000 --- a/.changeset/nice-hats-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-apollo": patch ---- - -Fix regex for ruby heredoc diff --git a/CHANGELOG.md b/CHANGELOG.md index b529d0ab..1febee9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## 1.20.0 + +### Minor Changes + +- [#105](https://github.com/apollographql/vscode-graphql/pull/105) [`43879da4`](https://github.com/apollographql/vscode-graphql/commit/43879da40f3a3b7c6327cf165fca9980e04b4bc7) Thanks [@zovits](https://github.com/zovits)! - Add inline syntax highlighting support for Lua + +### Patch Changes + +- [#99](https://github.com/apollographql/vscode-graphql/pull/99) [`2a3fc1bb`](https://github.com/apollographql/vscode-graphql/commit/2a3fc1bb3c38245f09a5e5e0a19900ea0cfc58b3) Thanks [@pvinis](https://github.com/pvinis)! - Support tagging inside of parentheses + +- [#73](https://github.com/apollographql/vscode-graphql/pull/73) [`d07b303d`](https://github.com/apollographql/vscode-graphql/commit/d07b303d31fdf0810f8be163bb3973c564cf0754) Thanks [@rachsmithcodes](https://github.com/rachsmithcodes)! - Return early instead of erroring on missing fields + +- [#97](https://github.com/apollographql/vscode-graphql/pull/97) [`2b57a1af`](https://github.com/apollographql/vscode-graphql/commit/2b57a1afd9882a139a47af9b55496b7aa62fde2b) Thanks [@clf17222592](https://github.com/clf17222592)! - Support configuration files with .cjs file extension + +- [#78](https://github.com/apollographql/vscode-graphql/pull/78) [`8b02374a`](https://github.com/apollographql/vscode-graphql/commit/8b02374a355ef9304e1fe9b0d89bcf559e618428) Thanks [@jtgrenz](https://github.com/jtgrenz)! - Fix regex for ruby heredoc + ### 1.19.11 - Fix directive highlighting on enums and arguments [#6716](https://github.com/apollographql/vscode-graphql/pull/71) diff --git a/package.json b/package.json index 1760c63b..17536a50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-apollo", "displayName": "Apollo GraphQL", "description": "Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform", - "version": "1.19.11", + "version": "1.20.0", "referenceID": "87197759-7617-40d0-b32e-46d378e907c7", "author": "Apollo GraphQL ", "license": "MIT",