diff --git a/.changeset/loud-actors-glow.md b/.changeset/loud-actors-glow.md deleted file mode 100644 index c3e6c7a..0000000 --- a/.changeset/loud-actors-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@apollo/graphql-testing-library": patch ---- - -Bump default "real" delay in Node processes to 20ms. diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a66aa..50c850c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @apollo/graphql-testing-library +## 0.2.3 + +### Patch Changes + +- [#60](https://github.com/apollographql/graphql-testing-library/pull/60) [`8896595`](https://github.com/apollographql/graphql-testing-library/commit/889659514d175c110d112f76062a241e50d19670) Thanks [@alessbell](https://github.com/alessbell)! - Bump default "real" delay in Node processes to 20ms. + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index 8b8716d..3b51309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apollo/graphql-testing-library", - "version": "0.2.2", + "version": "0.2.3", "private": true, "repository": { "url": "git+https://github.com/apollographql/graphql-testing-library"