diff --git a/.changeset/tiny-hats-do.md b/.changeset/tiny-hats-do.md deleted file mode 100644 index 5298ac0fe5..0000000000 --- a/.changeset/tiny-hats-do.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-yoga/plugin-prometheus': patch ---- - -`request` is missing when GraphQL WS is used as expected, and as we don't need HTTP/Yoga specific -metrics, this should be skipped diff --git a/packages/plugins/prometheus/CHANGELOG.md b/packages/plugins/prometheus/CHANGELOG.md index 4954f44faf..a0d4794f58 100644 --- a/packages/plugins/prometheus/CHANGELOG.md +++ b/packages/plugins/prometheus/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-yoga/plugin-prometheus +## 6.5.7 + +### Patch Changes + +- [#3651](https://github.com/dotansimha/graphql-yoga/pull/3651) + [`690294a`](https://github.com/dotansimha/graphql-yoga/commit/690294a97fb57bad9ddb38d69d14fcb3cbf5c4ff) + Thanks [@ardatan](https://github.com/ardatan)! - `request` is missing when GraphQL WS is used as + expected, and as we don't need HTTP/Yoga specific metrics, this should be skipped + ## 6.5.6 ### Patch Changes diff --git a/packages/plugins/prometheus/package.json b/packages/plugins/prometheus/package.json index 320c4e85fe..29da076a68 100644 --- a/packages/plugins/prometheus/package.json +++ b/packages/plugins/prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-yoga/plugin-prometheus", - "version": "6.5.6", + "version": "6.5.7", "type": "module", "description": "Prometheus plugin for GraphQL Yoga.", "repository": {