diff --git a/.changeset/quick-lies-bathe.md b/.changeset/quick-lies-bathe.md deleted file mode 100644 index b14692a..0000000 --- a/.changeset/quick-lies-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@khanacademy/graphql-flow": patch ---- - -Fix handling of input objects with required attributes that have a default value diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2a170..7b4e115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/graphql-flow +## 3.1.2 + +### Patch Changes + +- 09f72b5: Fix handling of input objects with required attributes that have a default value + ## 3.1.1 ### Patch Changes diff --git a/package.json b/package.json index c4789e9..13307c0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { "name": "@khanacademy/graphql-flow", - "version": "3.1.1", + "version": "3.1.2", "bin": { "graphql-flow": "./dist/cli/run.js" }, "jest": { - "testPathIgnorePatterns": ["dist"] + "testPathIgnorePatterns": [ + "dist" + ] }, "scripts": { "test": "jest",