diff --git a/packages/cosmo-to-apollo-schema/CHANGELOG.md b/packages/cosmo-to-apollo-schema/CHANGELOG.md new file mode 100644 index 0000000..0120001 --- /dev/null +++ b/packages/cosmo-to-apollo-schema/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.0.2 (2024-10-15) + +### Bug Fixes + +* init version ([750d868](https://github.com/wundergraph/apollo-compatibility/commit/750d8681c7ab4ecbc9ebddcda4c00041fb30fe25)) (@thisisnithin) +* rename packages ([f6a0d3c](https://github.com/wundergraph/apollo-compatibility/commit/f6a0d3cced737dd836806957ec66e371394a77a6)) (@thisisnithin) diff --git a/packages/cosmo-to-apollo-schema/package.json b/packages/cosmo-to-apollo-schema/package.json index d07bc36..baed74d 100644 --- a/packages/cosmo-to-apollo-schema/package.json +++ b/packages/cosmo-to-apollo-schema/package.json @@ -1,7 +1,7 @@ { "name": "@wundergraph/cosmo-to-apollo-schema", "description": "An Apollo Gateway plugin to load the supergraph schema from WunderGraph Cosmo for easy migration.", - "version": "0.0.1", + "version": "0.0.2", "author": { "name": "WunderGraph Maintainers", "email": "info@wundergraph.com"