diff --git a/.changeset/quick-rabbits-hunt.md b/.changeset/quick-rabbits-hunt.md deleted file mode 100644 index 86fee671..00000000 --- a/.changeset/quick-rabbits-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"vscode-graphql": patch ---- - -Limit activation events for package.json file provided `graphql-config` diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb72394..f95d05cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.3.52 + +### Patch Changes + +- [#452](https://github.com/graphql/vscode-graphql/pull/452) [`8878e42`](https://github.com/graphql/vscode-graphql/commit/8878e428c83eed4f53510f9071e9964f48b5d214) Thanks [@acao](https://github.com/acao)! - Limit activation events for package.json file provided `graphql-config` + ## 0.3.50 ### Patch Changes diff --git a/package.json b/package.json index 6addc6ec..22f5553e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-graphql", - "version": "0.3.51", + "version": "0.3.52", "preview": true, "private": true, "license": "MIT",