diff --git a/.changeset/asd-asd-asd.md b/.changeset/asd-asd-asd.md deleted file mode 100644 index fd5c567..0000000 --- a/.changeset/asd-asd-asd.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': patch ---- - -Make `stripFederationFromSupergraph` less strict and remove only Federation directives diff --git a/CHANGELOG.md b/CHANGELOG.md index ee874e7..d143012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @theguild/federation-composition +## 0.1.4 + +### Patch Changes + +- [#19](https://github.com/the-guild-org/federation/pull/19) + [`e0ef0bb`](https://github.com/the-guild-org/federation/commit/e0ef0bb1201225aa2f1e5b400803c07eeed6b29a) + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Make `stripFederationFromSupergraph` + less strict and remove only Federation directives + ## 0.1.3 ### Patch Changes diff --git a/package.json b/package.json index 261ef46..b6a65ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {