diff --git a/.changeset/slow-falcons-brake.md b/.changeset/slow-falcons-brake.md deleted file mode 100644 index 96c2f5f..0000000 --- a/.changeset/slow-falcons-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -SATISFIABILITY_ERROR - allow to resolve a field via entity type's child diff --git a/CHANGELOG.md b/CHANGELOG.md index c94bc36..ee874e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @theguild/federation-composition +## 0.1.3 + +### Patch Changes + +- [#17](https://github.com/the-guild-org/federation/pull/17) + [`a508ad2`](https://github.com/the-guild-org/federation/commit/a508ad247773e0bacca1773cafd2b7a39d93b4e7) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - SATISFIABILITY_ERROR - allow to resolve + a field via entity type's child + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index 2f11a4a..261ef46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.1.2", + "version": "0.1.3", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {