diff --git a/.changeset/spicy-bugs-wave.md b/.changeset/spicy-bugs-wave.md deleted file mode 100644 index 1e5393a..0000000 --- a/.changeset/spicy-bugs-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@khanacademy/graphql-flow': patch ---- - -Search through untracked files for graphql-tag. Don't error out on files that can't be found. diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d8f7b..da48c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @khanacademy/graphql-flow +## 3.0.1 + +### Patch Changes + +- c6be76f: Search through untracked files for graphql-tag. Don't error out on files that can't be found. + ## 3.0.0 ### Major Changes diff --git a/package.json b/package.json index 25fd4e5..1e2e245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@khanacademy/graphql-flow", - "version": "3.0.0", + "version": "3.0.1", "bin": { "graphql-flow": "./dist/cli/run.js" },