diff --git a/.changeset/nice-waves-smoke.md b/.changeset/nice-waves-smoke.md deleted file mode 100644 index e2fba99..0000000 --- a/.changeset/nice-waves-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Show TYPE_KIND_MISMATCH and ignore INTERFACE_FIELD_NO_IMPLEM when there is a type kind mismatch diff --git a/CHANGELOG.md b/CHANGELOG.md index cb21b05..c88c712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theguild/federation-composition +## 0.14.1 + +### Patch Changes + +- [#74](https://github.com/the-guild-org/federation/pull/74) [`7456d14`](https://github.com/the-guild-org/federation/commit/7456d146720f22b48ea883c4b9790ff222efe9e1) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Show TYPE_KIND_MISMATCH and ignore INTERFACE_FIELD_NO_IMPLEM when there is a type kind mismatch + ## 0.14.0 ### Minor Changes diff --git a/package.json b/package.json index 889651a..f39b462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.14.0", + "version": "0.14.1", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {