diff --git a/.changeset/cuddly-ants-change.md b/.changeset/cuddly-ants-change.md deleted file mode 100644 index 2a163ba5807..00000000000 --- a/.changeset/cuddly-ants-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-tools/executor-graphql-ws': minor ---- - -Allow to configure headers of the WebSocket sent with the upgrade request. diff --git a/packages/executors/graphql-ws/CHANGELOG.md b/packages/executors/graphql-ws/CHANGELOG.md index b95808a5758..7f8545c8524 100644 --- a/packages/executors/graphql-ws/CHANGELOG.md +++ b/packages/executors/graphql-ws/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-tools/executor-graphql-ws +## 1.3.0 + +### Minor Changes + +- [#6540](https://github.com/ardatan/graphql-tools/pull/6540) + [`1e085bd`](https://github.com/ardatan/graphql-tools/commit/1e085bd8516a692e91afe3f1b95b9f5740485693) + Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Allow to configure headers of the + WebSocket sent with the upgrade request. + ## 1.2.1 ### Patch Changes diff --git a/packages/executors/graphql-ws/package.json b/packages/executors/graphql-ws/package.json index 98d9e581c64..1daaa03f300 100644 --- a/packages/executors/graphql-ws/package.json +++ b/packages/executors/graphql-ws/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/executor-graphql-ws", - "version": "1.2.1", + "version": "1.3.0", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": {