From 1343b73ba17b658af642b9d841cd313a9a00c7ec Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sat, 23 May 2020 15:17:57 +1000 Subject: [PATCH] Update the changelog. This was missed in https://github.com/jaydenseric/graphql-upload/pull/201 . Closes https://github.com/jaydenseric/graphql-upload/issues/200 . --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f0473f5..f5cd278 100644 --- a/changelog.md +++ b/changelog.md @@ -9,7 +9,7 @@ ### Patch -- Updated the [`graphql`](https://npm.im/graphql) peer dependency to `0.13.1 - 15`, via [#201](https://github.com/jaydenseric/graphql-upload/pull/201). +- Updated the [`graphql`](https://npm.im/graphql) peer dependency to `0.13.1 - 15`, fixing [#200](https://github.com/jaydenseric/graphql-upload/issues/200) via [#201](https://github.com/jaydenseric/graphql-upload/pull/201). - Updated Prettier related package scripts. - Configured Prettier option `semi` to the default, `true`. - Ensure GitHub Actions run on pull request.