Skip to content

Commit f005fc2

Browse files
Version Packages
1 parent 09f72b5 commit f005fc2

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/quick-lies-bathe.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @khanacademy/graphql-flow
22

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- 09f72b5: Fix handling of input objects with required attributes that have a default value
8+
39
## 3.1.1
410

511
### Patch Changes

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@khanacademy/graphql-flow",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"bin": {
55
"graphql-flow": "./dist/cli/run.js"
66
},
77
"jest": {
8-
"testPathIgnorePatterns": ["dist"]
8+
"testPathIgnorePatterns": [
9+
"dist"
10+
]
911
},
1012
"scripts": {
1113
"test": "jest",

0 commit comments

Comments
 (0)