diff --git a/.changeset/tender-pans-juggle.md b/.changeset/tender-pans-juggle.md deleted file mode 100644 index 30e1c0f..0000000 --- a/.changeset/tender-pans-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/graphql-testing-library": minor ---- - -Fix bundling issue caused by an unneeded files field in package.json, and adjust relative file paths. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2340cee..c0c6312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # @apollo/graphql-testing-library + +## 0.2.0 + +### Minor Changes + +- [#41](https://github.com/apollographql/graphql-testing-library/pull/41) [`19212ce`](https://github.com/apollographql/graphql-testing-library/commit/19212ce1d72b612b26061d0e987a5f5ea38e24c1) Thanks [@alessbell](https://github.com/alessbell)! - Fix bundling issue caused by an unneeded files field in package.json, and adjust relative file paths. diff --git a/package.json b/package.json index daf3b50..7fbdcf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/graphql-testing-library", - "version": "0.1.0", + "version": "0.2.0", "private": true, "repository": { "url": "git+https://github.com/apollographql/graphql-testing-library"