diff --git a/.changeset/small-hairs-refuse.md b/.changeset/small-hairs-refuse.md deleted file mode 100644 index 86693987f..000000000 --- a/.changeset/small-hairs-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-ez/plugin-websockets': patch ---- - -allow introspecting onSubscribe from app level diff --git a/packages/plugin/websockets/CHANGELOG.md b/packages/plugin/websockets/CHANGELOG.md index e13671e03..46338c3be 100644 --- a/packages/plugin/websockets/CHANGELOG.md +++ b/packages/plugin/websockets/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-ez/plugin-websockets +## 0.11.2 + +### Patch Changes + +- 36e7c9eb: allow introspecting onSubscribe from app level + ## 0.11.1 ### Patch Changes diff --git a/packages/plugin/websockets/package.json b/packages/plugin/websockets/package.json index 8730546e1..a1608335c 100644 --- a/packages/plugin/websockets/package.json +++ b/packages/plugin/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-websockets", - "version": "0.11.1", + "version": "0.11.2", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git",