diff --git a/.changeset/a-b-c.md b/.changeset/a-b-c.md deleted file mode 100644 index 90b06a2..0000000 --- a/.changeset/a-b-c.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Normalize enum values to be printed as enum values in Supergraph SDL, even if the user's subgraph schema has them as strings diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfc043..309cf3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theguild/federation-composition +## 0.11.2 + +### Patch Changes + +- [#60](https://github.com/the-guild-org/federation/pull/60) [`2f7fef1`](https://github.com/the-guild-org/federation/commit/2f7fef10409a25f8366182448a48e72d5451abf9) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Normalize enum values to be printed as enum values in Supergraph SDL, even if the user's subgraph schema has them as strings + ## 0.11.1 ### Patch Changes diff --git a/package.json b/package.json index edf61b1..c9657df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.11.1", + "version": "0.11.2", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {